gecko-dev/testing/moz.build
Henrik Skupin 894f69b8b2 Bug 1470414 - Clean-up moz.build files for BUG_COMPONENT in testing/. r=ahal
MozReview-Commit-ID: F5vHc4G13v6

--HG--
extra : rebase_source : 1c6c8de55def6026da467d589ec3a8b511986125
2018-06-22 13:32:05 +02: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")