Scripting, tests: enable custom script tests with IR
This commit is contained in:
committed by
Space Team
parent
ba81bd052f
commit
07af2d807a
+4
@@ -108,6 +108,10 @@ fun generateJUnit3CompilerTests(args: Array<String>) {
|
||||
model("codegen/customScript", pattern = "^(.*)$")
|
||||
}
|
||||
|
||||
testClass<AbstractIrCustomScriptCodegenTest> {
|
||||
model("codegen/customScript", pattern = "^(.*)$")
|
||||
}
|
||||
|
||||
testClass<AbstractIrJsTextTestCase> {
|
||||
model("ir/irJsText", pattern = "^(.+)\\.kt(s)?\$")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user