GP-42 Corrected integration test dependency

This commit is contained in:
ghidra1 2021-05-19 21:13:54 -04:00
parent 1bfa3d82bd
commit 7b52b80a40

View file

@ -55,10 +55,11 @@ dependencies {
}
}
// some tests use classes in Base/src/test and test.slow
// some tests use classes in Base, FunctionGraph and PDB
testImplementation project(path: ':Base', configuration: 'testArtifacts')
testImplementation project(path: ':Base', configuration: 'integrationTestArtifacts')
testImplementation project(path: ':FunctionGraph', configuration: 'testArtifacts')
testImplementation project(path: ':PDB', configuration: 'testArtifacts')
}
// For Java 9, we must explicitly export references to the internal classes we are using.