зеркало из https://github.com/mozilla/pjs.git
Bug 653586 Support mochitest-browser-chrome target for Fennec r=blassey
This commit is contained in:
Родитель
13d4ee0376
Коммит
6de81ee196
|
@ -81,6 +81,18 @@ deb: package
|
||||||
upload::
|
upload::
|
||||||
@$(MAKE) -C mobile/installer upload
|
@$(MAKE) -C mobile/installer upload
|
||||||
|
|
||||||
|
ifdef ENABLE_TESTS
|
||||||
|
# Implemented in testing/testsuite-targets.mk
|
||||||
|
|
||||||
|
mochitest-browser-chrome:
|
||||||
|
$(RUN_MOCHITEST) --browser-chrome
|
||||||
|
$(CHECK_TEST_ERROR)
|
||||||
|
|
||||||
|
mochitest:: mochitest-browser-chrome
|
||||||
|
|
||||||
|
.PHONY: mochitest-browser-chrome
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(OS_TARGET),Linux)
|
ifeq ($(OS_TARGET),Linux)
|
||||||
deb: installer
|
deb: installer
|
||||||
endif
|
endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче