aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-07-10 00:38:05 +0200
committerSven Gothel <[email protected]>2013-07-10 00:38:05 +0200
commit0a33012b4a9b3cdfd5b6d2f70752dab2faa44635 (patch)
tree071724d50d148755a8cbe7682bfa3fcfcedc4e67 /make/build-test.xml
parentc45050df173141bf7c393d59ee9dccd00eedc73a (diff)
junit.run.newt.awt: Exclude SWT
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index a42f97b3c..177b817e9 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -438,6 +438,7 @@
<include name="${java.dir.junit}/**/newt/**/Test*AWT*"/>
<!--include name="${java.dir.junit}/**/newt/**/TestNewtEventModifiers*AWT*"/-->
<!--include name="${java.dir.junit}/**/acore/glels/Test**"/-->
+ <exclude name="**/*SWT*"/>
<exclude name="**/*$$*"/>
</fileset>
<formatter usefile="false" type="brief"/>