From ef8037126b0a8838c8914f63f8b5b3a09fcd3cea Mon Sep 17 00:00:00 2001 From: wisberg Date: Thu, 9 Jun 2005 00:05:40 +0000 Subject: revamped build scripts using Ant 1.6.3 features. Now using local.properties instead of command-line flags and sharing build-properties.xml. --- build/junit-patterns.properties | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 build/junit-patterns.properties (limited to 'build/junit-patterns.properties') diff --git a/build/junit-patterns.properties b/build/junit-patterns.properties new file mode 100644 index 000000000..fb980f3a6 --- /dev/null +++ b/build/junit-patterns.properties @@ -0,0 +1,18 @@ +# if true, then run JUnit tests via leaf tests +# else use junit.rootSuites +junit.leaves=false + +# define the root suite for for each module testsrc/ +junit.rootSuites=*ModuleTests.java + +# define leaf tests for each module testsrc/ +junit.includes=**/*Tests.java,**/*TestCase.java +junit.excludes=**/DocumentParserTest.java,\ +**/CommandTestCase.java,\ +**/VerifyWeaveTestCase.java,\ +**/KnownfailuresTests.java,\ +**/KnownLimitationsTests.java,\ +**/PureJavaTests.java,\ +**/AbstractWorldTestCase.java,\ +**/WeaveTestCase.java + -- cgit v1.2.3