gecko-dev/testing/mozharness/configs/unittests/thunderbird_extra.py
Andrew Halberstadt cd44f065b9 Bug 1239352 - Follow-up fix for c-c test bustage. r=jlund
--HG--
extra : rebase_source : 8797fa501ae6a3cb408b8d10479b31bfb77d6b32
2016-01-18 16:00:02 -05:00

18 lines
355 B
Python

#####
config = {
"application": "thunderbird",
"minimum_tests_zip_dirs": [
"bin/*",
"certs/*",
"config/*",
"extensions/*",
"marionette/*",
"modules/*",
"mozbase/*",
"tools/*",
],
"all_mozmill_suites": {
"mozmill": ["--list=tests/mozmill/mozmilltests.list"],
},
}