2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-03-29 00:42:49 +04:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2018-05-04 00:25:56 +03:00
|
|
|
mochitest_profile_files = [
|
|
|
|
'prefs_general.js',
|
2014-12-10 21:58:51 +03:00
|
|
|
]
|
|
|
|
|
2018-05-04 00:25:56 +03:00
|
|
|
TEST_HARNESS_FILES.testing.mochitest.profile_data += mochitest_profile_files
|
|
|
|
TEST_HARNESS_FILES['web-platform'].prefs += mochitest_profile_files
|
2016-12-31 00:16:56 +03:00
|
|
|
|
|
|
|
with Files("**"):
|
|
|
|
BUG_COMPONENT = ("Testing", "Mochitest")
|