mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 05:45:06 +08:00
GP-0: Fix more test config/build issues.
This commit is contained in:
@@ -26,5 +26,7 @@ eclipse.project.name = 'Processors PowerPC'
|
|||||||
dependencies {
|
dependencies {
|
||||||
api project(':Base')
|
api project(':Base')
|
||||||
api project(':BytePatterns')
|
api project(':BytePatterns')
|
||||||
|
|
||||||
|
testImplementation project(path: ':Emulation', configuration: 'testArtifacts')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,4 +24,6 @@ eclipse.project.name = 'Processors tricore'
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':Base')
|
api project(':Base')
|
||||||
|
|
||||||
|
testImplementation project(path: ':Emulation', configuration: 'testArtifacts')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user