mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 05:58:21 +08:00
GP-0: Fix test dependencies
This commit is contained in:
@@ -57,6 +57,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// some tests use classes in Base, FunctionGraph and PDB
|
// some tests use classes in Base, FunctionGraph and PDB
|
||||||
|
testImplementation project(path: ':Pty', configuration: 'testArtifacts')
|
||||||
testImplementation project(path: ':Base', configuration: 'testArtifacts')
|
testImplementation project(path: ':Base', configuration: 'testArtifacts')
|
||||||
testImplementation project(path: ':Base', configuration: 'integrationTestArtifacts')
|
testImplementation project(path: ':Base', configuration: 'integrationTestArtifacts')
|
||||||
testImplementation project(path: ':FunctionGraph', configuration: 'testArtifacts')
|
testImplementation project(path: ':FunctionGraph', configuration: 'testArtifacts')
|
||||||
|
|||||||
Reference in New Issue
Block a user