Skip to content

Commit

Permalink
GP-0: Fix test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nsadeveloper789 committed Mar 25, 2024
1 parent 886b70e commit a4791d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ghidra/Test/DebuggerIntegrationTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit a4791d7

Please sign in to comment.