зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
365 B
Plaintext
18 строки
365 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")
|
|
|
|
SPHINX_TREES["/testing"] = "docs"
|
|
|
|
DIRS += ["mozbase"]
|
|
|
|
PERFTESTS_MANIFESTS += [
|
|
"performance/perftest.ini",
|
|
]
|