Add tests for lookup tracker with JS KLIB compiler
This commit is contained in:
@@ -1211,6 +1211,10 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractJsLookupTrackerTest> {
|
||||
model("incremental/lookupTracker/js", extension = null, recursive = false)
|
||||
}
|
||||
testClass<AbstractJsKlibLookupTrackerTest> {
|
||||
// todo: investigate why lookups are different from non-klib js
|
||||
model("incremental/lookupTracker/jsKlib", extension = null, recursive = false)
|
||||
}
|
||||
|
||||
testClass<AbstractIncrementalLazyCachesTest> {
|
||||
model("incremental/lazyKotlinCaches", extension = null, excludeParentDirs = true)
|
||||
|
||||
Reference in New Issue
Block a user