Bug 1103825 - Use misc tier in toolkit/crashreporter/test; r=mshal

--HG--
extra : rebase_source : 56e5266d114dc802ac769fbf3f3dc0cd48457a0b
extra : histedit_source : 7fc3e342616f87bd1ecd47e8cc375f0d77af849b
This commit is contained in:
Gregory Szorc 2014-11-23 16:21:31 -08:00
parent 29753ac994
commit f72aa60bc4
2 changed files with 10 additions and 7 deletions

View File

@ -1,14 +1,15 @@
#
# 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/.
INTERNAL_TOOLS = 1
UNIT_FILES = $(SHARED_LIBRARY) CrashTestUtils.jsm
UNIT_DEST = $(DEPTH)/_tests/xpcshell/$(relativesrcdir)/unit/
INSTALL_TARGETS += UNIT
unit_FILES = $(SHARED_LIBRARY) CrashTestUtils.jsm
unit_DEST = $(DEPTH)/_tests/xpcshell/$(relativesrcdir)/unit/
unit_TARGET := misc
INSTALL_TARGETS += unit
UNIT_IPC_FILES = $(UNIT_FILES)
UNIT_IPC_DEST = $(DEPTH)/_tests/xpcshell/$(relativesrcdir)/unit_ipc/
INSTALL_TARGETS += UNIT_IPC
unit_ipc_FILES = $(UNIT_FILES)
unit_ipc_DEST = $(DEPTH)/_tests/xpcshell/$(relativesrcdir)/unit_ipc/
unit_ipc_TARGET := misc
INSTALL_TARGETS += unit_ipc

View File

@ -3,6 +3,8 @@
# 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/.
HAS_MISC_RULE = True
NO_DIST_INSTALL = True
XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini', 'unit_ipc/xpcshell.ini']