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 TEST_DIRS += ["httpserver"]
9 if CONFIG["ENABLE_TESTS"]:
10 TEST_DIRS += ["http3server", "gtest"]
12 BROWSER_CHROME_MANIFESTS += [
13 "browser/browser.toml",
14 "useragent/browser_nonsnap.toml",
15 "useragent/browser_snap.toml",
17 MOCHITEST_MANIFESTS += ["mochitests/mochitest.toml"]
19 XPCSHELL_TESTS_MANIFESTS += [
20 "unit/node_execute/xpcshell.toml",
22 "unit_ipc/xpcshell.toml",
25 TESTING_JS_MODULES += [
26 "browser/cookie_filtering_helper.sys.mjs",
27 "browser/early_hint_preload_test_helper.sys.mjs",
28 "browser/simple_unknown_uri_helpers.sys.mjs",
29 "unit/test_http3_prio_helpers.js",
32 PERFTESTS_MANIFESTS += ["perf/perftest.toml", "unit/perftest.toml"]
34 MARIONETTE_MANIFESTS += ["marionette/manifest.toml"]
36 if CONFIG["FUZZING_INTERFACES"]: