michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: config = { michael@0: "reftest_options": [ michael@0: "--appname=%(binary_path)s", "--utility-path=tests/bin", michael@0: "--extra-profile-file=tests/bin/plugins", "--symbols-path=%(symbols_path)s" michael@0: ], michael@0: "mochitest_options": [ michael@0: "--appname=%(binary_path)s", "--utility-path=tests/bin", michael@0: "--extra-profile-file=tests/bin/plugins", "--symbols-path=%(symbols_path)s", michael@0: "--certificate-path=tests/certs", "--autorun", "--close-when-done", michael@0: "--console-level=INFO", michael@0: "--quiet" michael@0: ], michael@0: "webapprt_options": [ michael@0: "--app=%(app_path)s", "--utility-path=tests/bin", michael@0: "--extra-profile-file=tests/bin/plugins", "--symbols-path=%(symbols_path)s", michael@0: "--certificate-path=tests/certs", "--autorun", "--close-when-done", michael@0: "--console-level=INFO", "--testing-modules-dir=tests/modules", michael@0: "--quiet" michael@0: ], michael@0: "xpcshell_options": [ michael@0: "--symbols-path=%(symbols_path)s", michael@0: "--test-plugin-path=%(test_plugin_path)s" michael@0: ], michael@0: "cppunittest_options": [ michael@0: "--symbols-path=%(symbols_path)s", michael@0: "--xre-path=%(abs_app_dir)s" michael@0: ], michael@0: "jittest_options": [ michael@0: "tests/bin/js", michael@0: "--no-slow", michael@0: "--no-progress", michael@0: "--tinderbox", michael@0: "--tbpl" michael@0: ], michael@0: "mozbase_options": [ michael@0: "-b", "%(binary_path)s" michael@0: ], michael@0: }