add android bytecode persistence test
This commit is contained in:
committed by
Yan Zhulanow
parent
2643866e31
commit
bf25dffb85
@@ -150,6 +150,7 @@ import org.jetbrains.jet.android.AbstractAndroidGotoTest
|
||||
import org.jetbrains.jet.jps.build.android.AbstractAndroidJpsTestCase
|
||||
import org.jetbrains.jet.android.AbstractAndroidRenameTest
|
||||
import org.jetbrains.jet.android.AbstractAndroidFindUsagesTest
|
||||
import org.jetbrains.jet.lang.resolve.android.AbstractAndroidBytecodePersistenceTest
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
System.setProperty("java.awt.headless", "true")
|
||||
@@ -331,6 +332,10 @@ fun main(args: Array<String>) {
|
||||
model("codegen/android", recursive = false, extension = null, testMethod = "doCompileAgainstAndroidSdkTest")
|
||||
model("codegen/android", recursive = false, extension = null, testMethod = "doFakeInvocationTest", testClassName = "Invoke")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractAndroidBytecodePersistenceTest>()) {
|
||||
model("codegen/androidPersistence", recursive = false, extension = null)
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("idea/tests", "idea/testData") {
|
||||
|
||||
Reference in New Issue
Block a user