Bug 1856942: part 5) Factor async loading of a sheet out of `Loader::LoadSheet`....
[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",