diff options
Diffstat (limited to 'all/build.xml')
-rw-r--r-- | all/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all/build.xml b/all/build.xml index 40d82b3d47..4e1a557e53 100644 --- a/all/build.xml +++ b/all/build.xml @@ -113,7 +113,7 @@ <target name="checkstyle"> <!-- Checkstyle is handled by all separate modules --> </target> - <target name="tests" depends="checkstyle"> + <target name="test" depends="checkstyle"> <!-- No tests for this zip.. --> </target> |