GP-0 Corrected test compile dependency

This commit is contained in:
ghidra1 2023-12-04 21:48:11 -05:00
parent 0c46635398
commit 53275c92f8

View File

@ -29,6 +29,7 @@ dependencies {
api project(':Debugger')
api project(':Debugger-api')
testImplementation project(path: ':Generic', configuration: 'testArtifacts')
testImplementation project(path: ':Debugger', configuration: 'testArtifacts')
testImplementation project(path: ':Framework-AsyncComm', configuration: 'testArtifacts')
testImplementation project(path: ':Framework-Debugging', configuration: 'testArtifacts')