GP-5838: Added CSpec tests to catch regressions in analysis based on CSpec prototype configurations.

This commit is contained in:
ghidraGander
2026-04-22 12:13:20 +00:00
parent 52f44893d5
commit 1a83dfcd1b
21 changed files with 3892 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ configurations {
integrationTestImplementation.extendsFrom testImplementation
integrationTestRuntimeOnly.extendsFrom testRuntimeOnly, integrationTestImplementation
pcodeTestImplementation.extendsFrom implementation
cspecTestImplementation.extendsFrom implementation
scriptsImplementation.extendsFrom implementation
testArtifacts.extendsFrom testRuntimeOnly
integrationTestArtifacts.extendsFrom integrationTestRuntimeOnly
@@ -163,6 +164,7 @@ dependencies {
testImplementation "junit:junit:4.13.2"
pcodeTestImplementation "junit:junit:4.13.2"
cspecTestImplementation "junit:junit:4.13.2"
}
// For Java 9, we must explicitly export references to the internal classes we are using.