Bug 1730324 - [web-share] implement validate share and non-fully active check r=saschanaz
[gecko.git] / netwerk / test / moz.build
blob11262b41b374152347a56ad1e49e82feba7653f2
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", "gtest", "http3server"]
9 BROWSER_CHROME_MANIFESTS += ["browser/browser.ini"]
10 MOCHITEST_MANIFESTS += ["mochitests/mochitest.ini"]
12 XPCSHELL_TESTS_MANIFESTS += [
13     "unit/xpcshell.ini",
14     "unit_ipc/xpcshell.ini",
17 PERFTESTS_MANIFESTS += ["perf/perftest.ini", "unit/perftest.ini"]
19 if CONFIG["FUZZING_INTERFACES"]:
20     TEST_DIRS += ["fuzz"]