Merge remote-tracking branch 'origin/GP-0-master_Dan_testFixes-2023-09-06-1'

This commit is contained in:
Ryan Kurtz 2023-09-06 09:10:07 -04:00
commit e69a257490
2 changed files with 3 additions and 0 deletions

View file

@ -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')

View file

@ -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')
} }