summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-01-11 11:01:20 +0100
committerSven Gothel <[email protected]>2013-01-11 11:01:20 +0100
commita1bc317c24d55da1199450fe4c9c85d1105844b5 (patch)
tree0b048f3288b58e76a184ea5909dfc4055970f163 /make/build-test.xml
parentcb3e3638179a360a07325a908da7593f8e285f3c (diff)
build/test: newt-headless shall exclude AWT/SWT
TestNewtEventModifiersNEWTWindowAWT was incl. in newt headless
Diffstat (limited to 'make/build-test.xml')
-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 c4862cc0a..00b387d9c 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -271,6 +271,8 @@
<fileset dir="${classes}">
<include name="${java.dir.junit}/**/Test*NEWT*"/>
<exclude name="**/*$$*"/>
+ <exclude name="**/*AWT*"/>
+ <exclude name="**/*SWT*"/>
</fileset>
<sequential>
<var name="test.class.path" unset="true"/>