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

# · Unknown · 19 lines · 14 code · 5 blank · 0 comment · 0 complexity · 7e0f3579034fac43c9f077a385d65e7c MD5 · raw file

  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