2 BUG_COMPONENT = ("Testing", "General")
4 with Files("*cppunittest*"):
5 BUG_COMPONENT = ("Testing", "CPPUnitTest")
6 SCHEDULES.exclusive = ["cppunittest"]
9 BUG_COMPONENT = ("GeckoView", "General")
11 PYTHON_UNITTEST_MANIFESTS += ["test/python.toml"]
13 SPHINX_TREES["/testing"] = "docs"
17 PERFTESTS_MANIFESTS += [
18 "performance/perftest.toml",