From 25a8e70c134c339be0f436013828cacb4898cbe3 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Fri, 7 Jun 2013 15:06:31 -0700 Subject: Add support for JUnit tests Add `test.junit` ant target that compiles and runs JUnit tests found in `test/junit` directory. Add `scala.tools.nsc.SampleTest` that demonstrates working testing infrastructure. --- build.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 2 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index f12b4e8dbe..d8d0ca3bab 100644 --- a/build.xml +++ b/build.xml @@ -137,6 +137,7 @@ TODO: + @@ -144,6 +145,9 @@ TODO: + + + @@ -208,6 +212,12 @@ TODO: + + + + + + @@ -218,10 +228,11 @@ TODO: - + + @@ -680,6 +691,12 @@ TODO: + + + + + + @@ -1445,6 +1462,45 @@ TODO: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1516,7 +1572,7 @@ TODO: - + -- cgit v1.2.3