fune/testing/moz.build

19 lines
416 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"]
PERFTESTS_MANIFESTS += [
"performance/perftest.ini",
]