diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-30 12:51:25 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:03 +0300 |
commit | eef56b04b46c6ad202beef58c342dbb5ea0e4f5d (patch) | |
tree | b78f4d42b8f3a157627f4b345449b9669802d32d /theme-compiler/build.xml | |
parent | 58df14a189718074a29e57d367166680023dd593 (diff) | |
download | vaadin-framework-eef56b04b46c6ad202beef58c342dbb5ea0e4f5d.tar.gz vaadin-framework-eef56b04b46c6ad202beef58c342dbb5ea0e4f5d.zip |
Support for running sass junit tests
Diffstat (limited to 'theme-compiler/build.xml')
-rw-r--r-- | theme-compiler/build.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index 9c3e5f46ce..71b1a6ae3e 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -11,12 +11,13 @@ <property name="module.name" value="vaadin-theme-compiler" /> <property name="result.dir" value="result" /> <path id="classpath.compile.custom" /> + <path id="classpath.tests.custom" /> <property name="classes.exclude" value="com/vaadin/buildhelpers/**" /> <target name="jar"> <antcall target="common.jar"> - <reference torefid="extra.jar.includes" refid="empty.reference"/> + <reference torefid="extra.jar.includes" refid="empty.reference" /> </antcall> </target> <target name="publish-local" depends="jar"> @@ -26,4 +27,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 |