summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/shrob/ShrobAllTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'jack-tests/tests/com/android/jack/shrob/ShrobAllTests.java')
-rw-r--r--jack-tests/tests/com/android/jack/shrob/ShrobAllTests.java22
1 files changed, 22 insertions, 0 deletions
diff --git a/jack-tests/tests/com/android/jack/shrob/ShrobAllTests.java b/jack-tests/tests/com/android/jack/shrob/ShrobAllTests.java
new file mode 100644
index 00000000..fc8e0883
--- /dev/null
+++ b/jack-tests/tests/com/android/jack/shrob/ShrobAllTests.java
@@ -0,0 +1,22 @@
+package com.android.jack.shrob;
+
+import org.junit.runner.RunWith;
+import org.junit.runners.Suite;
+import org.junit.runners.Suite.SuiteClasses;
+
+@RunWith(Suite.class)
+@SuiteClasses(value = {
+// AnnotationsTest.class,
+ FlattenPackageTests.class,
+// ObfuscationWithAttributesTests.class,
+// ObfuscationWithDebugInfoTests.class,
+ ObfuscationWithMappingTests.class,
+ ObfuscationWithoutMappingTests.class,
+ RepackagingTest.class,
+ SeedTests.class,
+ ShrinkMultiDexTests.class,
+ ShrinkTests.class,
+ ShrobRuntimeTests.class
+ })
+public class ShrobAllTests {
+} \ No newline at end of file