summaryrefslogtreecommitdiffstats
path: root/client/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-02-26 11:07:42 +0200
committerArtur Signell <artur@vaadin.com>2013-03-01 15:54:57 +0200
commite6d506494c8ead64e72db63d951be9a79f6bb482 (patch)
tree87ca3e4c85948040580256363559d5039457512c /client/build.xml
parentc965ff2475f4047ae5efa2b2917089f8b97e95d9 (diff)
downloadvaadin-framework-e6d506494c8ead64e72db63d951be9a79f6bb482.tar.gz
vaadin-framework-e6d506494c8ead64e72db63d951be9a79f6bb482.zip
Renamed "tests" target to "test" and added "test-all" (#9998)
The "test" target runs all tests which do not require additional servers or setup. Can be run immediately after cloning the project. The "test-all" target runs also integration tests and UI tests which require access to servers or additional setup. Change-Id: I2f5371dc5be805ba12766c8187a2b58fbc7f7db4
Diffstat (limited to 'client/build.xml')
-rw-r--r--client/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/build.xml b/client/build.xml
index d0dae91dfa..a2262eed7d 100644
--- a/client/build.xml
+++ b/client/build.xml
@@ -20,7 +20,7 @@
-->
<fileset file="${gwt.user.jar}" />
</path>
- <path id="classpath.tests.custom" />
+ <path id="classpath.test.custom" />
<target name="jar">
<property name="jar.file" location="${result.dir}/lib/${module.name}-${vaadin.version}.jar" />
@@ -69,8 +69,8 @@
</antcall>
</target>
- <target name="tests" depends="checkstyle">
- <antcall target="common.tests.run" />
+ <target name="test" depends="checkstyle">
+ <antcall target="common.test.run" />
</target>
</project> \ No newline at end of file