2018-06-22 14:32:05 +03:00
|
|
|
with Files("**"):
|
2017-10-31 02:07:20 +03:00
|
|
|
BUG_COMPONENT = ("Testing", "General")
|
|
|
|
|
2017-01-13 16:40:30 +03:00
|
|
|
with Files("*cppunittest*"):
|
2018-01-29 20:57:54 +03:00
|
|
|
BUG_COMPONENT = ("Testing", "CPPUnitTest")
|
2017-09-26 17:47:22 +03:00
|
|
|
SCHEDULES.exclusive = ["cppunittest"]
|
2017-01-13 16:40:30 +03:00
|
|
|
|
|
|
|
with Files("remote*"):
|
2020-03-17 21:36:33 +03:00
|
|
|
BUG_COMPONENT = ("GeckoView", "General")
|
2020-09-11 11:13:27 +03:00
|
|
|
|
2020-09-11 22:19:29 +03:00
|
|
|
SPHINX_TREES["/testing"] = "docs"
|
|
|
|
|
2020-09-11 11:13:27 +03:00
|
|
|
DIRS += ["mozbase"]
|
|
|
|
|
|
|
|
PERFTESTS_MANIFESTS += [
|
|
|
|
"performance/perftest.ini",
|
|
|
|
]
|