Bug 1686495 [wpt PR 27132] - Update wpt metadata, a=testonly
[gecko.git] / testing / modules / moz.build
blobcc00bc2590ece214b3dc814091e611fd737e95cb
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 += [
11     "ajv-4.1.1.js",
12     "AppData.jsm",
13     "AppInfo.jsm",
14     "Assert.jsm",
15     "CoverageUtils.jsm",
16     "FileTestUtils.jsm",
17     "MockRegistrar.jsm",
18     "sinon-7.2.7.js",
19     "Sinon.jsm",
20     "StructuredLog.jsm",
21     "TestUtils.jsm",
24 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
25     TESTING_JS_MODULES += [
26         "MockRegistry.jsm",
27     ]
30 TEST_HARNESS_FILES.testing.mochitest.tests.SimpleTest += ["StructuredLog.jsm"]
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")