PageRenderTime 47ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/tests/Fest/jedit_tests/build.properties.sample

#
Unknown | 19 lines | 14 code | 5 blank | 0 comment | 0 complexity | 7e0f3579034fac43c9f077a385d65e7c MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. # sample properties file for running tests
  2. # Base directory for jEdit source code, default is ${test.framework.home}/../../jEdit
  3. #test.jedit.src=../../../jEdit
  4. # Where to find jUnit. Usually, this is in ${ant.library.dir} and is included
  5. # automatically
  6. #junit.jar=/opt/local/share/java/junit.jar
  7. # Where to find hamcrest.jar. This is a dependency for junit.jar on Mac, users
  8. # on other OS's won't need to set this. If hamcrest.jar is added to
  9. # ${ant.library.dir}, it will be included automatically.
  10. #hamcrest.jar=/opt/local/share/java/hamcrest-core.jar
  11. # get a tests report
  12. # junit-report.enabled=true
  13. # get a code coverage report
  14. # emma.enabled=true