aboutsummaryrefslogtreecommitdiffstats
path: root/build/junit-patterns.properties
diff options
context:
space:
mode:
Diffstat (limited to 'build/junit-patterns.properties')
-rw-r--r--build/junit-patterns.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/junit-patterns.properties b/build/junit-patterns.properties
index fb980f3a6..dc2c4a44c 100644
--- a/build/junit-patterns.properties
+++ b/build/junit-patterns.properties
@@ -3,7 +3,7 @@
junit.leaves=false
# define the root suite for for each module testsrc/
-junit.rootSuites=*ModuleTests.java
+junit.rootSuites=**/*ModuleTests.java
# define leaf tests for each module testsrc/
junit.includes=**/*Tests.java,**/*TestCase.java