From df25fc13893c1caf0aa2ed977207e0aa4149b75f Mon Sep 17 00:00:00 2001 From: srowen Date: Fri, 18 Apr 2008 17:03:04 +0000 Subject: [PATCH] Separate out test-unit and test-blackbox targets for running different sorts of tests git-svn-id: https://zxing.googlecode.com/svn/trunk@369 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- core/build.xml | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/core/build.xml b/core/build.xml index 85e12e79a..7fe5fe803 100644 --- a/core/build.xml +++ b/core/build.xml @@ -46,7 +46,7 @@ - + @@ -65,6 +65,9 @@ + + + @@ -78,13 +81,35 @@ - + + + + + + + + + + + + + + + + + + + + + + +