awips2/tests/build.properties
Dustin Johnson 71e085b940 Issue #1453 Fix the handling of subscription active period dates.
Amend:
  Move tests project over that was missed while moving datadelivery code

Change-Id: I10611f8a4b6c2efe6af1813e5181fadc059e4f9a

Former-commit-id: 3fb35985d0 [formerly 1975cd0442] [formerly 6a90779214] [formerly 2635e05723 [formerly 6a90779214 [formerly 0e1397db6ca1a7a577d20507bc2c4daf823188fe]]]
Former-commit-id: 2635e05723
Former-commit-id: db9b8d2b230d04c2984037f6535517c2201db20b [formerly 492cee4992]
Former-commit-id: 885f315d30
2013-01-08 12:44:29 -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