diff options
Diffstat (limited to 'client-compiler/build.xml')
-rwxr-xr-x | client-compiler/build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client-compiler/build.xml b/client-compiler/build.xml index 71e15cac46..3db3cbddba 100755 --- a/client-compiler/build.xml +++ b/client-compiler/build.xml @@ -29,4 +29,10 @@ <target name="clean"> <antcall target="common.clean" /> </target> + + <target name="tests"> + <!--<antcall target="common.tests.run" />--> + <echo>WHAT? No tests for ${module.name}!</echo> + </target> + </project>
\ No newline at end of file |