summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/unittests/thunderbird_extra.py
blob: 2021b9d5523796b40ec184125816c3bd820666e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#####
config = {
    "application": "thunderbird",
    "minimum_tests_zip_dirs": [
        "bin/*",
        "certs/*",
        "config/*",
        "extensions/*",
        "marionette/*",
        "modules/*",
        "mozbase/*",
        "tools/*",
    ],
    "all_mozmill_suites": {
        "mozmill": ["--list=tests/mozmill/mozmilltests.list"],
    },
}