diff options
author | Sven Gothel <[email protected]> | 2013-01-11 11:01:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-01-11 11:01:20 +0100 |
commit | a1bc317c24d55da1199450fe4c9c85d1105844b5 (patch) | |
tree | 0b048f3288b58e76a184ea5909dfc4055970f163 /make/build-test.xml | |
parent | cb3e3638179a360a07325a908da7593f8e285f3c (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.xml | 2 |
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"/> |