mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
17 lines
355 B
Python
17 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"],
|
|
},
|
|
}
|