diff options
Diffstat (limited to 'client/build.xml')
-rw-r--r-- | client/build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/build.xml b/client/build.xml index 09c22ab36e..de1b5444a8 100644 --- a/client/build.xml +++ b/client/build.xml @@ -19,6 +19,7 @@ --> <fileset file="${gwt.user.jar}" /> </path> + <path id="classpath.tests.custom" /> <target name="jar"> <antcall target="common.jar"> @@ -33,4 +34,9 @@ <target name="clean"> <antcall target="common.clean" /> </target> + + <target name="tests"> + <antcall target="common.tests.run" /> + </target> + </project>
\ No newline at end of file |