mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-0: Fixing test build
This commit is contained in:
parent
cfda6bada0
commit
c9ad0ebf6c
1 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@ dependencies {
|
||||||
// some tests use classes in Base, FunctionGraph and PDB
|
// some tests use classes in Base, FunctionGraph and PDB
|
||||||
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: ':Emulation', configuration: 'testArtifacts')
|
||||||
testImplementation project(path: ':FunctionGraph', configuration: 'testArtifacts')
|
testImplementation project(path: ':FunctionGraph', configuration: 'testArtifacts')
|
||||||
testImplementation project(path: ':PDB', configuration: 'testArtifacts')
|
testImplementation project(path: ':PDB', configuration: 'testArtifacts')
|
||||||
testImplementation project(path: ':GnuDemangler', configuration: 'testArtifacts')
|
testImplementation project(path: ':GnuDemangler', configuration: 'testArtifacts')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue