KJS: make OutputPrefixPostfixTest generated and migrate to BasicBoxTest

This commit is contained in:
Zalim Bashorov
2017-04-20 19:50:40 +03:00
parent 030809e3b1
commit e1cf6445ee
14 changed files with 148 additions and 111 deletions
@@ -1279,6 +1279,10 @@ fun main(args: Array<String>) {
testClass<AbstractSourceMapGenerationSmokeTest> {
model("sourcemap/", pattern = "^([^_](.+))\\.kt$", targetBackend = TargetBackend.JS)
}
testClass<AbstractOutputPrefixPostfixTest> {
model("outputPrefixPostfix/", pattern = "^([^_](.+))\\.kt$", targetBackend = TargetBackend.JS)
}
}
testGroup("js/js.tests/test", "compiler/testData") {