Backed out changeset e4bf227a6224 (bug 1801501) for causing mochitest plain failures...
[gecko.git] / testing / moz.build
blobbc995e34c5a0e93ea7ddcfc4cb0707596bc1729a
1 with Files("**"):
2     BUG_COMPONENT = ("Testing", "General")
4 with Files("*cppunittest*"):
5     BUG_COMPONENT = ("Testing", "CPPUnitTest")
6     SCHEDULES.exclusive = ["cppunittest"]
8 with Files("remote*"):
9     BUG_COMPONENT = ("GeckoView", "General")
11 SPHINX_TREES["/testing"] = "docs"
13 DIRS += ["mozbase"]
15 PERFTESTS_MANIFESTS += [
16     "performance/perftest.ini",