|
1 # This Source Code Form is subject to the terms of the Mozilla Public |
|
2 # License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
4 |
|
5 config = { |
|
6 "reftest_options": [ |
|
7 "--appname=%(binary_path)s", "--utility-path=tests/bin", |
|
8 "--extra-profile-file=tests/bin/plugins", "--symbols-path=%(symbols_path)s" |
|
9 ], |
|
10 "mochitest_options": [ |
|
11 "--appname=%(binary_path)s", "--utility-path=tests/bin", |
|
12 "--extra-profile-file=tests/bin/plugins", "--symbols-path=%(symbols_path)s", |
|
13 "--certificate-path=tests/certs", "--autorun", "--close-when-done", |
|
14 "--console-level=INFO", |
|
15 "--quiet" |
|
16 ], |
|
17 "webapprt_options": [ |
|
18 "--app=%(app_path)s", "--utility-path=tests/bin", |
|
19 "--extra-profile-file=tests/bin/plugins", "--symbols-path=%(symbols_path)s", |
|
20 "--certificate-path=tests/certs", "--autorun", "--close-when-done", |
|
21 "--console-level=INFO", "--testing-modules-dir=tests/modules", |
|
22 "--quiet" |
|
23 ], |
|
24 "xpcshell_options": [ |
|
25 "--symbols-path=%(symbols_path)s", |
|
26 "--test-plugin-path=%(test_plugin_path)s" |
|
27 ], |
|
28 "cppunittest_options": [ |
|
29 "--symbols-path=%(symbols_path)s", |
|
30 "--xre-path=%(abs_app_dir)s" |
|
31 ], |
|
32 "jittest_options": [ |
|
33 "tests/bin/js", |
|
34 "--no-slow", |
|
35 "--no-progress", |
|
36 "--tinderbox", |
|
37 "--tbpl" |
|
38 ], |
|
39 "mozbase_options": [ |
|
40 "-b", "%(binary_path)s" |
|
41 ], |
|
42 } |