diff options
Diffstat (limited to 'coreAPI/build.xml')
-rw-r--r-- | coreAPI/build.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/coreAPI/build.xml b/coreAPI/build.xml index b620642..81017c0 100644 --- a/coreAPI/build.xml +++ b/coreAPI/build.xml @@ -85,6 +85,19 @@ <!-- <arg file="myfile.txt"/> --> </java> </target> + <target name="rumbletest" depends="init,all" description="Try running it."> + <java classname="net.java.games.input.test.RumbleTest" + fork="true" failonerror="true" dir="src/tests"> + <classpath> + <pathelement location="bin/jinput.jar"/> + <pathelement location="${utils}"/> + </classpath> + <!-- Pass some args, perhaps: --> + <!-- <arg value="-myfile"/> --> + <!-- Will be given as an absolute path: --> + <!-- <arg file="myfile.txt"/> --> + </java> + </target> <target name="javadoc" depends="init" description="Javadoc for my API."> <javadoc packagenames="net.java.games.input.*" |