summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/moztest/tests/data/srcdir/carrot
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozbase/moztest/tests/data/srcdir/carrot')
-rw-r--r--testing/mozbase/moztest/tests/data/srcdir/carrot/moz.build1
-rw-r--r--testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-one.toml5
-rw-r--r--testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-shared.toml3
-rw-r--r--testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-two.toml5
4 files changed, 14 insertions, 0 deletions
diff --git a/testing/mozbase/moztest/tests/data/srcdir/carrot/moz.build b/testing/mozbase/moztest/tests/data/srcdir/carrot/moz.build
new file mode 100644
index 0000000000..a82183c0bc
--- /dev/null
+++ b/testing/mozbase/moztest/tests/data/srcdir/carrot/moz.build
@@ -0,0 +1 @@
+XPCSHELL_TESTS_MANIFESTS += ["xpcshell-one.toml", "xpcshell-two.toml"]
diff --git a/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-one.toml b/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-one.toml
new file mode 100644
index 0000000000..b7d36c0b04
--- /dev/null
+++ b/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-one.toml
@@ -0,0 +1,5 @@
+[DEFAULT]
+head = "head_one.js"
+
+["include:xpcshell-shared.toml"]
+stick = "one"
diff --git a/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-shared.toml b/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-shared.toml
new file mode 100644
index 0000000000..46d6636760
--- /dev/null
+++ b/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-shared.toml
@@ -0,0 +1,3 @@
+[DEFAULT]
+
+["test_included.js"]
diff --git a/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-two.toml b/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-two.toml
new file mode 100644
index 0000000000..bf89c8546e
--- /dev/null
+++ b/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-two.toml
@@ -0,0 +1,5 @@
+[DEFAULT]
+head = "head_two.js"
+
+["include:xpcshell-shared.toml"]
+stick = "two"