diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-31 13:54:26 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:04 +0300 |
commit | d8a5f96b36946ed315dcf48cc32701e0435bdfaa (patch) | |
tree | f7fcf075a47430a9f45cfda652d91f576e32c98c /client-compiler | |
parent | eef56b04b46c6ad202beef58c342dbb5ea0e4f5d (diff) | |
download | vaadin-framework-d8a5f96b36946ed315dcf48cc32701e0435bdfaa.tar.gz vaadin-framework-d8a5f96b36946ed315dcf48cc32701e0435bdfaa.zip |
Support running JUnit tests (#9299)
Diffstat (limited to 'client-compiler')
-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 |