Do not exclude codegen/box/script directory from JVM ABI tests
This commit is contained in:
committed by
Space Team
parent
9bbf15c14a
commit
224a4e1e3c
+1
-1
@@ -80,7 +80,7 @@ fun generateJUnit5CompilerTests(args: Array<String>, mainClassName: String?) {
|
||||
|
||||
// We split JVM ABI tests into two parts, to avoid creation of a huge file, unable to analyze by IntelliJ with default settings
|
||||
testClass<AbstractJvmAbiConsistencyTest>("JvmAbiConsistencyTestBoxGenerated") {
|
||||
model("codegen/box", excludeDirs = k2BoxTestDir + excludedScriptDirs)
|
||||
model("codegen/box", excludeDirs = k2BoxTestDir)
|
||||
}
|
||||
|
||||
testClass<AbstractJvmAbiConsistencyTest>("JvmAbiConsistencyTestRestGenerated") {
|
||||
|
||||
Reference in New Issue
Block a user