2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:23 +04:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# 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/.
|
|
|
|
|
2021-05-07 23:22:56 +03:00
|
|
|
TEST_DIRS += ["httpserver", "gtest", "http3server"]
|
2013-03-19 22:47:00 +04:00
|
|
|
|
2022-09-22 21:52:44 +03:00
|
|
|
BROWSER_CHROME_MANIFESTS += [
|
2023-10-05 14:58:59 +03:00
|
|
|
"browser/browser.toml",
|
2022-09-28 10:34:51 +03:00
|
|
|
"useragent/browser_nonsnap.ini",
|
|
|
|
"useragent/browser_snap.ini",
|
2022-09-22 21:52:44 +03:00
|
|
|
]
|
2014-02-07 01:00:20 +04:00
|
|
|
MOCHITEST_MANIFESTS += ["mochitests/mochitest.ini"]
|
2013-04-29 22:49:00 +04:00
|
|
|
|
2015-01-03 04:00:20 +03:00
|
|
|
XPCSHELL_TESTS_MANIFESTS += [
|
|
|
|
"unit/xpcshell.ini",
|
|
|
|
"unit_ipc/xpcshell.ini",
|
|
|
|
]
|
2013-04-24 01:54:15 +04:00
|
|
|
|
2022-04-29 21:36:16 +03:00
|
|
|
TESTING_JS_MODULES += [
|
2023-03-04 14:15:29 +03:00
|
|
|
"browser/cookie_filtering_helper.sys.mjs",
|
|
|
|
"browser/early_hint_preload_test_helper.sys.mjs",
|
2022-04-29 21:36:16 +03:00
|
|
|
"unit/test_http3_prio_helpers.js",
|
|
|
|
]
|
|
|
|
|
2020-09-11 11:13:27 +03:00
|
|
|
PERFTESTS_MANIFESTS += ["perf/perftest.ini", "unit/perftest.ini"]
|
|
|
|
|
2022-11-08 18:42:24 +03:00
|
|
|
MARIONETTE_UNIT_MANIFESTS += [
|
|
|
|
"marionette/manifest.ini",
|
|
|
|
]
|
|
|
|
|
2019-05-31 12:34:00 +03:00
|
|
|
if CONFIG["FUZZING_INTERFACES"]:
|
|
|
|
TEST_DIRS += ["fuzz"]
|