mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Fixed tests failing due to missing test dependencies
This commit is contained in:
parent
941ba0caf9
commit
8a5d967a20
2 changed files with 2 additions and 0 deletions
|
@ -10,5 +10,7 @@ dependencies {
|
||||||
|
|
||||||
compile project(':Base')
|
compile project(':Base')
|
||||||
|
|
||||||
|
testCompile project(path: ':SoftwareModeling', configuration: 'testArtifacts')
|
||||||
|
|
||||||
helpPath project(path: ':Base', configuration: 'helpPath') // this module's help has links to Base help files
|
helpPath project(path: ':Base', configuration: 'helpPath') // this module's help has links to Base help files
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue