From e6d506494c8ead64e72db63d951be9a79f6bb482 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 26 Feb 2013 11:07:42 +0200 Subject: 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 --- client/build.xml | 6 +++--- client/ivy.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'client') 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 @@ --> - + @@ -69,8 +69,8 @@ - - + + \ No newline at end of file diff --git a/client/ivy.xml b/client/ivy.xml index 4b56338c24..5d079537b9 100644 --- a/client/ivy.xml +++ b/client/ivy.xml @@ -11,7 +11,7 @@ - + @@ -25,15 +25,15 @@ + rev="${vaadin.version}" conf="build,test->build"> + rev="${vaadin.version}" conf="build,test->build"> + conf="test->default" /> -- cgit v1.2.3