mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-4685: Fixing Gradle warnings
This commit is contained in:
parent
715a8ba335
commit
d0b29b0dab
13 changed files with 37 additions and 29 deletions
|
@ -95,17 +95,17 @@ task pcodeTest (type: Test) { t ->
|
|||
}
|
||||
|
||||
rootProject.unitTestReport {
|
||||
reportOn this.project.test
|
||||
testResults.from(this.project.test)
|
||||
}
|
||||
rootProject.integrationTestReport {
|
||||
reportOn this.project.integrationTest
|
||||
testResults.from(this.project.integrationTest)
|
||||
}
|
||||
rootProject.pcodeTestReport {
|
||||
reportOn this.project.pcodeTest
|
||||
testResults.from(this.project.pcodeTest)
|
||||
}
|
||||
rootProject.combinedTestReport {
|
||||
reportOn this.project.test
|
||||
reportOn this.project.integrationTest
|
||||
testResults.from(this.project.test)
|
||||
testResults.from(this.project.integrationTest)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue