aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorelias <[email protected]>2006-06-23 10:48:04 +0000
committerelias <[email protected]>2006-06-23 10:48:04 +0000
commit470d213d37b2cca9cb4979a076ce01a4881835d9 (patch)
tree4a680b3beb1d512b417ce5319a5885c810d7fca2 /build.xml
parent0e5a7b37d92b849cc392e6bb29876553619f5538 (diff)
Added ControllerEventTest for testing event queueing
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@143 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 6ee1457..67eaee9 100644
--- a/build.xml
+++ b/build.xml
@@ -45,6 +45,12 @@
</antcall>
</target>
+ <target name="eventtest" depends="init,all" description="Try running it.">
+ <antcall target="runtest">
+ <param name="mainclass" value="net.java.games.input.test.ControllerEventTest"/>
+ </antcall>
+ </target>
+
<target name="rumbletest" depends="init,all" description="Try running it.">
<antcall target="runtest">
<param name="mainclass" value="net.java.games.input.test.RumbleTest"/>