NavigateToLibrarySourceTestGenerated: add tests for projects with kotlin/jvm and kotlin/js modules

This commit is contained in:
Michael Nedzelsky
2015-04-07 17:45:56 +03:00
parent 054d905374
commit c09acf89e5
3 changed files with 208 additions and 86 deletions
@@ -411,6 +411,7 @@ fun main(args: Array<String>) {
testClass(javaClass<AbstractNavigateToLibrarySourceTest>()) {
model("decompiler/navigation/usercode")
model("decompiler/navigation/usercode", testClassName="UsercodeWithJSModule", testMethod = "doWithJSModuleTest")
}
testClass(javaClass<AbstractKotlinGotoImplementationTest>()) {