summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-06-11 00:13:03 +0200
committerSven Gothel <[email protected]>2010-06-11 00:13:03 +0200
commit856a6e9ff524692bb4e2ac7b2f754bc7fee5f849 (patch)
tree2c7f1a0d83daa51fd8bb41021f0e0f8db8fd68d4 /make
parent302f183c4a659be9cedb5b6993ff78e7379d9cad (diff)
parenta2b89550a73adb8e103d13daf48abc2e37fcdedf (diff)
Merge branch 'master' of github.com:mbien/jogl
Diffstat (limited to 'make')
-rw-r--r--make/build-junit.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml
index 3ec367cbb..9b7f48987 100644
--- a/make/build-junit.xml
+++ b/make/build-junit.xml
@@ -110,6 +110,7 @@
<batchtest todir="${results.junit}">
<fileset dir="${classes}">
<include name="${java.dir.test}/**/Test*CORE*"/>
+ <exclude name="**/*$$*"/>
</fileset>
<formatter usefile="false" type="brief"/>
<formatter usefile="true" type="xml"/>
@@ -127,6 +128,7 @@
<!-- results in absolute path -->
<fileset dir="${classes}">
<include name="${java.dir.test}/**/Test*NEWT*"/>
+ <exclude name="**/*$$*"/>
</fileset>
<sequential>
<var name="test.class.path" unset="true"/>
@@ -195,6 +197,7 @@
<batchtest todir="${results.junit}">
<fileset dir="${classes}">
<include name="${java.dir.test}/**/Test*AWT*"/>
+ <exclude name="**/*$$*"/>
</fileset>
<formatter usefile="false" type="brief"/>
<formatter usefile="true" type="xml"/>