Former-commit-id:83e9157df7
[formerly83e9157df7
[formerly bd9eec1d4e6fd843c7bb594b8adb882d72edc6cf]] Former-commit-id:328c6dccad
Former-commit-id:47cc08ac79
18 lines
601 B
Properties
18 lines
601 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
|
|
|
|
# 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
|