added Suite restriction to test tasks

This commit is contained in:
adamopolous 2020-02-24 15:31:36 -05:00
parent 2267d89625
commit 062a0278f2

View File

@ -34,6 +34,9 @@ test { t ->
// base classes (eg: AbstractGhidraHeadlessIntegrationTest) in 'test'; they
// must go in 'test.slow'.
// Do not include suite classes; they trigger the tests in the suite to get run twice
// (once by normal jUnit and again when the suite runs).
excludes = ['**/*Suite*']
doFirst {
startTestTimer(t)