Skip to content

Commit

Permalink
build/test: newt-headless shall exclude AWT/SWT
Browse files Browse the repository at this point in the history
TestNewtEventModifiersNEWTWindowAWT was incl. in newt headless
  • Loading branch information
sgothel committed Jan 11, 2013
1 parent cb3e363 commit a1bc317
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/build-test.xml
Expand Up @@ -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"/>
Expand Down

0 comments on commit a1bc317

Please sign in to comment.