mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +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
|
@ -58,7 +58,8 @@ dependencies {
|
|||
|
||||
// some tests use classes in Base, FunctionGraph and PDB
|
||||
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: ':PDB', configuration: 'testArtifacts')
|
||||
testImplementation project(path: ':GnuDemangler', configuration: 'testArtifacts')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue