19 lines
431 B
Text
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",
|
|
]
|