Add JS lookup tracker tests

This commit is contained in:
Alexey Tsvetkov
2017-07-31 23:07:06 +03:00
parent 6cfd090b20
commit 82c977f2d2
35 changed files with 611 additions and 0 deletions
@@ -1197,6 +1197,8 @@ fun main(args: Array<String>) {
testClass<AbstractJvmLookupTrackerTest> {
model("incremental/lookupTracker/jvm", extension = null, recursive = false)
}
testClass<AbstractJsLookupTrackerTest> {
model("incremental/lookupTracker/js", extension = null, recursive = false)
}
testClass(AbstractIncrementalLazyCachesTest::class.java) {