Former-commit-id:2487a8b435
[formerlyc56be8a332
] [formerly70e4ff30a6
] [formerly2487a8b435
[formerlyc56be8a332
] [formerly70e4ff30a6
] [formerlye197f23ce3
[formerly70e4ff30a6
[formerly d18b403b332dff67d1c85d4317bbceda337d1b41]]]] Former-commit-id:e197f23ce3
Former-commit-id:43bb696901
[formerly640b022e84
] [formerly 3369892ae14fdcfd7af44c724a72588adeb9f95b [formerlyf658320357
]] Former-commit-id: 17bc09e30781d1ef9fbd82b80c952ef26b67bf7c [formerlyc183e08922
] Former-commit-id:c05a6c8b50
25 lines
835 B
Properties
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
|