gecko-dev/testing/moz.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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",
]