зеркало из https://github.com/mozilla/gecko-dev.git
20 строки
417 B
Plaintext
20 строки
417 B
Plaintext
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.toml",
|
|
]
|