From a4791d70abe75dd3a2dce46598b544bde854e78b Mon Sep 17 00:00:00 2001 From: Dan <46821332+nsadeveloper789@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:59:11 -0400 Subject: [PATCH] GP-0: Fix test dependencies --- Ghidra/Test/DebuggerIntegrationTest/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/Ghidra/Test/DebuggerIntegrationTest/build.gradle b/Ghidra/Test/DebuggerIntegrationTest/build.gradle index 8fbbf5e120..1d1eeb24f2 100644 --- a/Ghidra/Test/DebuggerIntegrationTest/build.gradle +++ b/Ghidra/Test/DebuggerIntegrationTest/build.gradle @@ -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')