Mypal68/testing/moz.build
2022-04-16 07:41:55 +03:00

10 lines
259 B
Plaintext

with Files("**"):
BUG_COMPONENT = ("Testing", "General")
with Files("*cppunittest*"):
BUG_COMPONENT = ("Testing", "CPPUnitTest")
SCHEDULES.exclusive = ['cppunittest']
with Files("remote*"):
BUG_COMPONENT = ("Firefox for Android", "Testing")