Add tests for IC with JS IR BE

This commit is contained in:
Alexey Tsvetkov
2019-08-01 18:32:33 +03:00
parent 9572800ef7
commit fc49510049
6 changed files with 934 additions and 2 deletions
@@ -33,6 +33,7 @@ sourceSets {
projectTest(parallel = true) {
workingDir = rootDir
dependsOn(":compiler:ir.serialization.js:packFullRuntimeKLib")
}
testsJar()