mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
added Suite restriction to test tasks
This commit is contained in:
parent
2267d89625
commit
062a0278f2
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ test { t ->
|
||||||
// base classes (eg: AbstractGhidraHeadlessIntegrationTest) in 'test'; they
|
// base classes (eg: AbstractGhidraHeadlessIntegrationTest) in 'test'; they
|
||||||
// must go in 'test.slow'.
|
// 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 {
|
doFirst {
|
||||||
startTestTimer(t)
|
startTestTimer(t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue