Test fixes

This commit is contained in:
dragonmacher 2023-10-13 16:01:22 -04:00
parent fae64a82c0
commit fd8d8a613c

View File

@ -26,6 +26,7 @@ dependencies {
api project(':SystemEmulation') api project(':SystemEmulation')
// Oof. Apparently, this doesn't work transitively.... // Oof. Apparently, this doesn't work transitively....
testImplementation project(path: ':Generic', configuration: 'testArtifacts')
testImplementation project(path: ':ProposedUtils', configuration: 'testArtifacts') testImplementation project(path: ':ProposedUtils', 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')