mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-26 01:35:22 +02:00
GP-5838: Added CSpec tests to catch regressions in analysis based on CSpec prototype configurations.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user