awips2/tests/build.properties
Steve Harris eafa141b90 13.2.1-2 baseline
Former-commit-id: 0006a2b6cb [formerly 7a7f7c45ca] [formerly 0006a2b6cb [formerly 7a7f7c45ca] [formerly c3e4551dfa [formerly b8762009cb6f3bfa17984c2dcce65d5a48c6a844]]]
Former-commit-id: c3e4551dfa
Former-commit-id: 251a9c0195 [formerly 1153d80c5b]
Former-commit-id: 27706b8dcb
2013-01-25 09:07:12 -06:00

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