1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.ini"]
8 BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.ini"]
10 TESTING_JS_MODULES += [
14 "CoverageUtils.sys.mjs",
15 "FileTestUtils.sys.mjs",
16 "MockRegistrar.sys.mjs",
19 "StructuredLog.sys.mjs",
21 "XPCShellContentUtils.sys.mjs",
24 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
25 TESTING_JS_MODULES += [
26 "MockRegistry.sys.mjs",
30 TEST_HARNESS_FILES.testing.mochitest.tests.SimpleTest += ["StructuredLog.sys.mjs"]
33 BUG_COMPONENT = ("Testing", "General")
35 with Files("tests/xpcshell/**"):
36 BUG_COMPONENT = ("Testing", "XPCShell Harness")
38 with Files("tests/browser/**"):
39 BUG_COMPONENT = ("Testing", "General")