GP-0: Fix test dependencies

This commit is contained in:
Dan 2024-03-25 08:59:11 -04:00
parent 886b70edc9
commit a4791d70ab

View File

@ -57,6 +57,7 @@ dependencies {
}
// some tests use classes in Base, FunctionGraph and PDB
testImplementation project(path: ':Pty', configuration: 'testArtifacts')
testImplementation project(path: ':Base', configuration: 'testArtifacts')
testImplementation project(path: ':Base', configuration: 'integrationTestArtifacts')
testImplementation project(path: ':FunctionGraph', configuration: 'testArtifacts')