xpcshell.toml (382B)
1 [DEFAULT] 2 head = "head_helpers.js ../../../common/tests/unit/head_helpers.js" 3 firefox-appdir = "browser" 4 support-files = ["!/services/common/tests/unit/head_helpers.js"] 5 6 ["test_crypto_crypt.js"] 7 8 ["test_crypto_random.js"] 9 run-if = [ 10 "appname != 'thunderbird'", 11 ] 12 13 ["test_jwcrypto.js"] 14 run-if = [ 15 "appname != 'thunderbird'", 16 ] 17 18 ["test_utils_hawk.js"] 19 20 ["test_utils_httpmac.js"]