Bug 1239373 - Infrastructure for Marionette xpcshell unit tests; r?automatedtester draft
authorAndreas Tolfsen <ato@mozilla.com>
Mon, 18 Jan 2016 18:38:08 +0000
changeset 324039 1c946b477a951fee3da2a644f9647c112091e2f4
parent 323987 66e07ef46853709e3fa91e7c9ad9fe6abf0d5f06
child 324040 cfa4506fbb3d930f261aa77cca4b9d0ebad1ed9a
push id9830
push useratolfsen@mozilla.com
push dateThu, 21 Jan 2016 20:25:41 +0000
reviewersautomatedtester
bugs1239373
milestone46.0a1
Bug 1239373 - Infrastructure for Marionette xpcshell unit tests; r?automatedtester
testing/marionette/moz.build
testing/marionette/unit.ini
--- a/testing/marionette/moz.build
+++ b/testing/marionette/moz.build
@@ -1,10 +1,11 @@
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 DIRS += ["components", "atoms"]
 
 JAR_MANIFESTS += ["jar.mn"]
+XPCSHELL_TESTS_MANIFESTS += ["unit.ini"]
 
 with Files("**"):
     BUG_COMPONENT = ("Testing", "Marionette")
new file mode 100644
--- /dev/null
+++ b/testing/marionette/unit.ini
@@ -0,0 +1,12 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# xpcshell unit tests for Marionette
+
+[DEFAULT]
+head =
+tail =
+
+[test_error.js]
+[test_message.js]