Bug 948167 - move final test from browser/modules/test/Makefile.in to browser.ini. r=ted

Conflicts:
	browser/modules/test/browser.ini
This commit is contained in:
Mark Hammond 2013-12-10 11:43:59 +11:00
Родитель 8ce343b1c8
Коммит 8fedde7ead
2 изменённых файлов: 2 добавлений и 9 удалений

Просмотреть файл

@ -1,9 +0,0 @@
# 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/.
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
MOCHITEST_BROWSER_FILES += \
browser_taskbar_preview.js \
$(NULL)
endif

Просмотреть файл

@ -4,3 +4,5 @@
[browser_SignInToWebsite.js]
[browser_UITour.js]
support-files = uitour.*
[browser_taskbar_preview.js]
run-if = os == "win"