From 3115f224840c891413cecba039e058760a28db87 Mon Sep 17 00:00:00 2001 From: dchandler Date: Mon, 13 Dec 2004 02:29:05 +0000 Subject: [PATCH] Now you may run a single JUnit test via a command-line like 'ant check-one -Dsoletest=org.thdl.tib.text.tshegbar.UnicodeUtilsTest'. This saves you the time of running the slow tests. --- build.xml | 11 +++++++++++ junitbuild.xml | 16 ++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 024d6a0..719ebeb 100644 --- a/build.xml +++ b/build.xml @@ -197,6 +197,17 @@ Contributor(s): ______________________________________. + + + + + + + + + description="Assuming that compilation of appropriate classes has been done, this target runs all the non-headless JUnit tests in the project."> @@ -49,8 +49,20 @@ + + + + + + + + + + + description="Assuming that compilation of appropriate classes has been done, this target runs all the headless JUnit tests in the project.">