awips2/tests/build.properties
Nathan Bowler 36827bfac4 Omaha #4839 Update for Jetty9 compatibility. Remove jetty jars from tests.
Change-Id: I0a2525b4c7130d364bb15e73b7de62084d1c5cef

Former-commit-id: 0bfc0c4ea30036fe2de00d37303ea1262ce56ad1
2015-11-19 15:56:02 -05:00

26 lines
857 B
Properties

# Comma-separated list of testTypes to compile/run, e.g.:
# unit,integration,deploy
testTypes=unit,integration
# Deploy tests must be run with a booted EDEX, so they will require special setup
#testTypes=unit,integration,deploy
TEST.INCLUSION.PATTERN=**/*Test.java
unit.FORK.TESTS=off
unit.FORK.MODE=perTest
unit.FORK.CLONEVM=false
# Fork the integration tests because they don't clean up as well as they should
integration.FORK.TESTS=on
integration.FORK.MODE=perTest
integration.FORK.CLONEVM=false
# Important directories
WORKING.DIR=${basedir}/tmp
UNZIP.DIR=${WORKING.DIR}/unzip
TEST.COMPILE.DIR=${WORKING.DIR}/test-classes
TEST.REPORTS.DIR=${WORKING.DIR}/test-reports
# Location of the ant-contrib jar
ANT.CONTRIB.JAR=${BUILD.EDEX.DIR}/lib/ant/ant-contrib-1.0b3.jar
BUILD.EDEX.PROPERTIES=${BUILD.EDEX.DIR}/edex/build.properties
bin.includes=utility/