blob: af2acb760c8f73848fc4d5ac3d65d34af3752c0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[DEFAULT]
head = "head_xpc.js"
firefox-appdir = "browser"
support-files = [
"mock_api/**",
"invalid_recipe_signature_api/**",
"query_server.sjs",
"echo_server.sjs",
"cookie_server.sjs",
"utils.js",
]
tags = "normandy"
["test_Normandy.js"]
["test_NormandyApi.js"]
["test_PrefUtils.js"]
["test_RecipeRunner.js"]
["test_addon_unenroll.js"]
|