summaryrefslogtreecommitdiffstats
path: root/buildhelpers
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-08-31 13:54:26 +0300
committerArtur Signell <artur@vaadin.com>2012-09-09 11:23:04 +0300
commitd8a5f96b36946ed315dcf48cc32701e0435bdfaa (patch)
treef7fcf075a47430a9f45cfda652d91f576e32c98c /buildhelpers
parenteef56b04b46c6ad202beef58c342dbb5ea0e4f5d (diff)
downloadvaadin-framework-d8a5f96b36946ed315dcf48cc32701e0435bdfaa.tar.gz
vaadin-framework-d8a5f96b36946ed315dcf48cc32701e0435bdfaa.zip
Support running JUnit tests (#9299)
Diffstat (limited to 'buildhelpers')
-rw-r--r--buildhelpers/build.xml7
-rw-r--r--buildhelpers/ivy.xml1
2 files changed, 7 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
diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml
index d7c82a806b..767a670066 100644
--- a/buildhelpers/ivy.xml
+++ b/buildhelpers/ivy.xml
@@ -10,6 +10,7 @@
<conf name="build" />
<conf name="build-provided" />
<conf name="ide" />
+ <conf name="tests" />
</configurations>
<publications>
<artifact type="jar" />