From ced6775de3af5b5df967ea96ada5c73300aa3bc1 Mon Sep 17 00:00:00 2001 From: Aaron McKenna Date: Wed, 18 Jan 2012 16:34:42 -0500 Subject: [PATCH] Changes to allow for external tests Changes to the build script that allow the external directory to have tests. This means groups like CGA don't have to reinvent the wheel on testing, and can instead use the GATKs unit and integration tests. Signed-off-by: David Roazen --- build.xml | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index dbdafa3d9..ffb564cd2 100644 --- a/build.xml +++ b/build.xml @@ -281,6 +281,10 @@ + + + + @@ -331,7 +335,7 @@ - + @@ -761,6 +765,7 @@ + @@ -811,7 +816,23 @@ - + + + + + + + + + + + + + + + + + @@ -852,6 +873,7 @@ + @@ -934,6 +956,9 @@ + + +