summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/moztest/tests/data/srcdir/fig
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozbase/moztest/tests/data/srcdir/fig')
-rw-r--r--testing/mozbase/moztest/tests/data/srcdir/fig/grape/instrumentation.toml4
-rw-r--r--testing/mozbase/moztest/tests/data/srcdir/fig/huckleberry/instrumentation.toml4
-rw-r--r--testing/mozbase/moztest/tests/data/srcdir/fig/moz.build4
3 files changed, 12 insertions, 0 deletions
diff --git a/testing/mozbase/moztest/tests/data/srcdir/fig/grape/instrumentation.toml b/testing/mozbase/moztest/tests/data/srcdir/fig/grape/instrumentation.toml
new file mode 100644
index 0000000000..3794aad26a
--- /dev/null
+++ b/testing/mozbase/moztest/tests/data/srcdir/fig/grape/instrumentation.toml
@@ -0,0 +1,4 @@
+[DEFAULT]
+
+["src/TestInstrumentationA.java"]
+subsuite = "background"
diff --git a/testing/mozbase/moztest/tests/data/srcdir/fig/huckleberry/instrumentation.toml b/testing/mozbase/moztest/tests/data/srcdir/fig/huckleberry/instrumentation.toml
new file mode 100644
index 0000000000..b61d8a247a
--- /dev/null
+++ b/testing/mozbase/moztest/tests/data/srcdir/fig/huckleberry/instrumentation.toml
@@ -0,0 +1,4 @@
+[DEFAULT]
+
+["src/TestInstrumentationB.java"]
+subsuite = "browser"
diff --git a/testing/mozbase/moztest/tests/data/srcdir/fig/moz.build b/testing/mozbase/moztest/tests/data/srcdir/fig/moz.build
new file mode 100644
index 0000000000..8f46de2e35
--- /dev/null
+++ b/testing/mozbase/moztest/tests/data/srcdir/fig/moz.build
@@ -0,0 +1,4 @@
+ANDROID_INSTRUMENTATION_MANIFESTS += [
+ "grape/instrumentation.toml",
+ "huckleberry/instrumentation.toml",
+]