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 --- buildhelpers/build.xml | 4 ++-- buildhelpers/ivy.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'buildhelpers') diff --git a/buildhelpers/build.xml b/buildhelpers/build.xml index b56209f6cc..a101bff191 100644 --- a/buildhelpers/build.xml +++ b/buildhelpers/build.xml @@ -43,8 +43,8 @@ - - + + WHAT? No JUnit tests for ${module.name}! \ No newline at end of file diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml index d8e4457296..28c4b005fe 100644 --- a/buildhelpers/ivy.xml +++ b/buildhelpers/ivy.xml @@ -18,7 +18,7 @@ - + -- cgit v1.2.3