GP-0: Fixing test build

This commit is contained in:
Ryan Kurtz 2025-01-05 16:37:18 -05:00
parent cfda6bada0
commit c9ad0ebf6c

View file

@ -58,7 +58,8 @@ dependencies {
// some tests use classes in Base, FunctionGraph and PDB
testImplementation project(path: ':Base', configuration: 'testArtifacts')
testImplementation project(path: ':Base', configuration: 'integrationTestArtifacts')
testImplementation project(path: ':Base', configuration: 'integrationTestArtifacts')
testImplementation project(path: ':Emulation', configuration: 'testArtifacts')
testImplementation project(path: ':FunctionGraph', configuration: 'testArtifacts')
testImplementation project(path: ':PDB', configuration: 'testArtifacts')
testImplementation project(path: ':GnuDemangler', configuration: 'testArtifacts')