Do not exclude codegen/box/script directory from JVM ABI tests

This commit is contained in:
vladislav.grechko
2024-02-21 17:13:35 +01:00
committed by Space Team
parent 9bbf15c14a
commit 224a4e1e3c
4 changed files with 104 additions and 2 deletions
@@ -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") {