1
0
Fork 0
firefox/testing/moz.build
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

19 lines
431 B
Text

with Files("**"):
BUG_COMPONENT = ("Testing", "General")
with Files("*cppunittest*"):
BUG_COMPONENT = ("Testing", "CPPUnitTest")
SCHEDULES.exclusive = ["cppunittest"]
with Files("remote*"):
BUG_COMPONENT = ("GeckoView", "General")
PYTHON_UNITTEST_MANIFESTS += ["test/python.toml"]
SPHINX_TREES["/testing"] = "docs"
DIRS += ["mozbase", "mozharness"]
PERFTESTS_MANIFESTS += [
"performance/perftest.toml",
]