summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-26 05:43:04 +0100
committerSven Gothel <[email protected]>2014-01-26 05:43:04 +0100
commita6f9b46bfb0044ef5adde3ab15a802c545806414 (patch)
tree921ef0d3ae778b8cb755d60be2687dfb4adcdd71 /make
parentd6f328b7201080e0e14f54fb37099938fed1024c (diff)
Unit Tests: Also test 'Test*' while excluding inner classes
Diffstat (limited to 'make')
-rw-r--r--make/build-test.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 3725de1d..b1ae12d0 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -208,7 +208,9 @@
<jvmarg value="-Djocl.debug.Factory"/>
<batchtest todir="${results.test}">
<fileset dir="${classes.test}">
+ <include name="${java.dir.junit}/**/Test*"/>
<include name="${java.dir.junit}/**/*Test.class"/>
+ <exclude name="**/*$$*"/>
</fileset>
<formatter usefile="false" type="plain"/>
<formatter usefile="true" type="xml"/>