Add simple checker tests for scripts

This commit is contained in:
Pavel V. Talanov
2015-11-17 15:05:00 +03:00
parent daa1a08213
commit aebcebe8ca
6 changed files with 75 additions and 0 deletions
@@ -377,6 +377,7 @@ fun main(args: Array<String>) {
model("checker/regression")
model("checker/recovery")
model("checker/rendering")
model("checker/scripts", extension = "kts")
model("checker/duplicateJvmSignature")
model("checker/infos", testMethod = "doTestWithInfos")
}