diff options
author | Sven Gothel <[email protected]> | 2012-01-09 19:06:24 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-01-09 19:06:24 +0100 |
commit | 1a79d4f87d750b3146b80bd861230022e66108d6 (patch) | |
tree | bbe42af7e5e35f8b94df44f25b590a37dbd5a4af /make/build-test.xml | |
parent | cf9794c6f443154893354a5390246b295439635e (diff) |
Add 'AWT' in JOGL's SWT GLCanvas test case, since impl. still needs AWT threading (-> FIXME)
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 533ca301c..0f176de92 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -398,7 +398,7 @@ </for> </target> - <target name="junit.run.swt.awt" depends="test.compile" description="Runs all SWT_AWT tests." if="isSWTRuntimeAvailable"> + <target name="junit.run.swt.awt" depends="test.compile" description="Runs all SWT AWT tests." if="isSWTRuntimeAvailable"> <!-- Test*SWT*AWT* --> <junit forkmode="perTest" showoutput="true" fork="true" haltonerror="off" timeout="${batchtest.timeout}"> <env key="${system.env.library.path}" path="${obj.all.paths}"/> |