mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge remote-tracking branch 'origin/GP-0-master_Dan_testFixes-2023-09-06-1'
This commit is contained in:
commit
e69a257490
2 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,7 @@ dependencies {
|
||||||
api project(':Debugger-gadp')
|
api project(':Debugger-gadp')
|
||||||
api project(':Pty')
|
api project(':Pty')
|
||||||
|
|
||||||
|
testImplementation project(path: ':Pty', configuration: 'testArtifacts')
|
||||||
testImplementation project(path: ':Framework-AsyncComm', configuration: 'testArtifacts')
|
testImplementation project(path: ':Framework-AsyncComm', configuration: 'testArtifacts')
|
||||||
testImplementation project(path: ':Framework-Debugging', configuration: 'testArtifacts')
|
testImplementation project(path: ':Framework-Debugging', configuration: 'testArtifacts')
|
||||||
testImplementation project(path: ':Debugger-gadp', configuration: 'testArtifacts')
|
testImplementation project(path: ':Debugger-gadp', configuration: 'testArtifacts')
|
||||||
|
|
|
@ -27,4 +27,6 @@ eclipse.project.name = 'Framework Pty'
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':Framework-Debugging')
|
api project(':Framework-Debugging')
|
||||||
api "com.jcraft:jsch:0.1.55"
|
api "com.jcraft:jsch:0.1.55"
|
||||||
|
|
||||||
|
testImplementation project(path: ':Framework-Debugging', configuration: 'testArtifacts')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue