aboutsummaryrefslogtreecommitdiffstats
path: root/build/junit-patterns.properties
diff options
context:
space:
mode:
authormwebster <mwebster>2006-07-30 18:20:50 +0000
committermwebster <mwebster>2006-07-30 18:20:50 +0000
commiteb31ec6c3d7016f7b57210f61c27daa54118c263 (patch)
treefc14cf1f26ffabd6de1c00acdbe0fbc1c6672589 /build/junit-patterns.properties
parent50d13c720a2734330c043f45b457483960deb99a (diff)
downloadaspectj-eb31ec6c3d7016f7b57210f61c27daa54118c263.tar.gz
aspectj-eb31ec6c3d7016f7b57210f61c27daa54118c263.zip
Bug 113948 "Repackage AspectJ" (move module root suites out of default package)
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