mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GT-3062: updated screenshot config to extend test/integrationTest
This commit is contained in:
parent
34bf3b6585
commit
54f61b03c5
5 changed files with 16 additions and 1024 deletions
|
@ -79,8 +79,8 @@ sourceSets {
|
|||
screenShots {
|
||||
java {
|
||||
srcDir 'src/screen/java'
|
||||
compileClasspath += main.output
|
||||
runtimeClasspath += main.output
|
||||
compileClasspath += main.output + test.output + integrationTest.output
|
||||
runtimeClasspath += main.output + test.output + integrationTest.output
|
||||
}
|
||||
}
|
||||
pcodeTest {
|
||||
|
@ -107,6 +107,7 @@ configurations {
|
|||
pcodeTestCompile.extendsFrom compile
|
||||
testArtifacts.extendsFrom testRuntime
|
||||
integrationTestArtifacts.extendsFrom integrationTestRuntime
|
||||
screenShotsCompile.extendsFrom integrationTestCompile
|
||||
}
|
||||
|
||||
task testJar(type: Jar) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue