summaryrefslogtreecommitdiffstats
path: root/client-compiled/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client-compiled/build.xml')
-rw-r--r--client-compiled/build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml
index d9f3da6271..d1f3eda674 100644
--- a/client-compiled/build.xml
+++ b/client-compiled/build.xml
@@ -124,7 +124,10 @@
<antcall target="common.clean" />
</target>
- <target name="tests">
+ <target name="checkstyle">
+ <echo>No java files in module</echo>
+ </target>
+ <target name="tests" depends="checkstyle">
<!--<antcall target="common.tests.run" />-->
<echo>WHAT? No tests for ${module.name}!</echo>
</target>