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 --- shared/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/build.xml') diff --git a/shared/build.xml b/shared/build.xml index 6ea753afa1..8520ee6eba 100644 --- a/shared/build.xml +++ b/shared/build.xml @@ -56,8 +56,8 @@ - - + + WHAT? No tests for ${module.name}! -- cgit v1.2.3