mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 07:30:16 +00:00
added Suite restriction to test tasks
This commit is contained in:
parent
2267d89625
commit
062a0278f2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user