summaryrefslogtreecommitdiffstats
path: root/liferay/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'liferay/build.xml')
-rw-r--r--liferay/build.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/liferay/build.xml b/liferay/build.xml
index a13cb37366..fc1d748e55 100644
--- a/liferay/build.xml
+++ b/liferay/build.xml
@@ -69,4 +69,8 @@
<antcall target="common.clean" />
</target>
-</project> \ No newline at end of file
+ <target name="checkstyle" />
+
+ <target name="test" depends="checkstyle" />
+
+</project>