add android bytecode persistence test

This commit is contained in:
Mikhail Mutcianko
2014-09-18 16:25:14 +04:00
committed by Yan Zhulanow
parent 2643866e31
commit bf25dffb85
13 changed files with 277 additions and 0 deletions
@@ -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") {