summaryrefslogtreecommitdiffstats
path: root/build/junit-patterns.properties
diff options
context:
space:
mode:
Diffstat (limited to 'build/junit-patterns.properties')
-rw-r--r--build/junit-patterns.properties18
1 files changed, 18 insertions, 0 deletions
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
+