summaryrefslogtreecommitdiffstats
path: root/buildhelpers/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'buildhelpers/build.xml')
-rw-r--r--buildhelpers/build.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/buildhelpers/build.xml b/buildhelpers/build.xml
index 6137082e6b..adf17f8932 100644
--- a/buildhelpers/build.xml
+++ b/buildhelpers/build.xml
@@ -6,7 +6,7 @@
</description>
<include file="../build.xml" as="vaadin" />
<include file="../common.xml" as="common" />
-
+
<property name="module.name" value="vaadin-buildhelpers" />
<property name="result.dir" location="result" />
<path id="classpath.compile.custom" />
@@ -24,4 +24,9 @@
<target name="clean">
<antcall target="common.clean" />
</target>
+
+ <target name="tests">
+ <!--<antcall target="common.tests.run" />-->
+ <echo>WHAT? No JUnit tests for ${module.name}!</echo>
+ </target>
</project> \ No newline at end of file