diff --git a/Ghidra/Features/ProgramGraph/build.gradle b/Ghidra/Features/ProgramGraph/build.gradle index 2e152e1431..50ed64f25b 100644 --- a/Ghidra/Features/ProgramGraph/build.gradle +++ b/Ghidra/Features/ProgramGraph/build.gradle @@ -25,6 +25,9 @@ eclipse.project.name = 'Features Graph ProgramGraph' dependencies { api project(":Base") + + // some tests use classes in SoftwareModeling + testImplementation project(path: ':SoftwareModeling', configuration: 'testArtifacts') helpPath project(path: ":Base", configuration: 'helpPath') helpPath project(path: ":GraphServices", configuration: 'helpPath')