Bug 1883706: part 3) Implement `createHTML`, `createScript` and `createScriptURL...
[gecko.git] / testing / modules / moz.build
blobf078152ce35b41740f06c8e737d50f1f0490ff58
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.toml"]
8 BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.toml"]
10 TESTING_JS_MODULES += [
11     "AppData.sys.mjs",
12     "AppInfo.sys.mjs",
13     "Assert.sys.mjs",
14     "CoverageUtils.sys.mjs",
15     "FileTestUtils.sys.mjs",
16     "MockRegistrar.sys.mjs",
17     "sinon-7.2.7.js",
18     "Sinon.sys.mjs",
19     "StructuredLog.sys.mjs",
20     "TestUtils.sys.mjs",
21     "XPCShellContentUtils.sys.mjs",
24 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
25     TESTING_JS_MODULES += [
26         "MockRegistry.sys.mjs",
27     ]
30 TEST_HARNESS_FILES.testing.mochitest.tests.SimpleTest += ["StructuredLog.sys.mjs"]
32 with Files("**"):
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")