From 60a36188453cea7e36785e80f02b7ecbbae1e779 Mon Sep 17 00:00:00 2001 From: David Roazen Date: Fri, 9 Sep 2011 11:45:57 -0400 Subject: [PATCH] Added "alltests" build targets. To run the same set of tests as the bamboo "All Tests" plan (unit tests, integration tests, and pipeline tests): ant alltests To do the same as above on only the public portion of the codebase: ant alltests.public --- build.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build.xml b/build.xml index beca6bce0..a192ab6f3 100644 --- a/build.xml +++ b/build.xml @@ -896,6 +896,18 @@ + + + + + + + + + + + +