# 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