awips2/tests/build.properties
Dustin Johnson 7fdf91ca93 Issue #2038 Change registry code to use GenericRegistry, use Spring 3 embedded DB feature in tests
Change-Id: Ie9e0a4fa4fb457f1d85326c6c2ddcfa16cdc5b63

Former-commit-id: 57b3706e5d [formerly d81592b575] [formerly d47da65262] [formerly 57b3706e5d [formerly d81592b575] [formerly d47da65262] [formerly bc830e67f0 [formerly d47da65262 [formerly 121d9a02acfe528c524788a062c2d2034f80afe5]]]]
Former-commit-id: bc830e67f0
Former-commit-id: efce5e19d5 [formerly cd1db53a35] [formerly ec9fba7ab73ee52c73b56514e1ac66a6a8b5586e [formerly 0b710bc166]]
Former-commit-id: fdc4ef6ee7911f95a849feb6d4d64feef2c9adcb [formerly bdccf71c8b]
Former-commit-id: 13e51bc99c
2013-06-03 14:54:53 -05:00

25 lines
835 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