gecko-dev/testing/moz.build
2020-03-17 18:36:33 +00:00

10 lines
249 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")