Scripting, tests: enable custom script tests with IR

This commit is contained in:
Ilya Chernikov
2022-12-09 14:36:47 +01:00
committed by Space Team
parent ba81bd052f
commit 07af2d807a
3 changed files with 72 additions and 0 deletions
@@ -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)?\$")
}