diff options
Diffstat (limited to 'client-compiler')
-rw-r--r-- | client-compiler/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client-compiler/build.xml b/client-compiler/build.xml index 64368b4957..cd8433f1cf 100644 --- a/client-compiler/build.xml +++ b/client-compiler/build.xml @@ -60,8 +60,8 @@ gwt.svnrev=${git.revision}</echo> </antcall> </target> - <target name="tests" depends="checkstyle"> - <!--<antcall target="common.tests.run" />--> + <target name="test" depends="checkstyle"> + <!--<antcall target="common.test.run" />--> <echo>WHAT? No tests for ${module.name}!</echo> </target> |