Bug 1103825 - Use misc tier in testing/profiles; r=mshal

--HG--
extra : rebase_source : 48c5f6f70d8b96643a92afeb0d280b5298902b80
extra : histedit_source : f77478b10f643c49129676a9ee5eca575e75375e
This commit is contained in:
Gregory Szorc 2014-11-23 16:24:11 -08:00
parent 0f6c7a12e1
commit fb6853aa41
2 changed files with 10 additions and 7 deletions

View File

@ -1,15 +1,17 @@
# 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/.
MOCHITEST_PROFILE_FILES = \
mochitest_profile_FILES := \
prefs_general.js \
prefs_b2g_unittest.js \
webapps_mochitest.json \
$(NULL)
WPT_PROFILE_FILES = $(MOCHITEST_PROFILE_FILES)
mochitest_profile_DEST = $(DEPTH)/_tests/testing/mochitest/profile_data
mochitest_profile_TARGET := misc
INSTALL_TARGETS += mochitest_profile
MOCHITEST_PROFILE_DEST = $(DEPTH)/_tests/testing/mochitest/profile_data
WPT_PROFILE_DEST = $(DEPTH)/_tests/web-platform/prefs
INSTALL_TARGETS += MOCHITEST_PROFILE
INSTALL_TARGETS += WPT_PROFILE
wpt_profile_FILES = $(MOCHITEST_PROFILE_FILES)
wpt_profile_DEST = $(DEPTH)/_tests/web-platform/prefs
wpt_profile_TARGET := misc
INSTALL_TARGETS += wpt_profile

View File

@ -3,3 +3,4 @@
# 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/.
HAS_MISC_RULE = True