File: proguard_tests.flags

package info (click to toggle)
android-platform-build 21-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,204 kB
  • ctags: 3,464
  • sloc: python: 3,797; cpp: 2,788; cs: 1,971; sh: 1,302; makefile: 1,114; ansic: 917; java: 734
file content (21 lines) | stat: -rw-r--r-- 527 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Keep everything for tests
-dontshrink -dontobfuscate

#-keep class * extends junit.framework.TestCase {
#  public void test*();
#}

#-keepclasseswithmembers class * {
#  public static void run();
#  public static junit.framework.Test suite();
#}

# some AllTests don't include run().
#-keepclasseswithmembers class * {
#  public static junit.framework.Test suite();
#}

#-keep class * extends junit.framework.TestSuite
#-keep class * extends android.app.Instrumentation
#-keep class * extends android.test.TestSuiteProvider