зеркало из https://github.com/mozilla/pjs.git
fix nsinstall bustage
This commit is contained in:
Родитель
12d8a39eeb
Коммит
79ba8e4554
|
@ -662,6 +662,8 @@ _TEST_FILES_D = \
|
|||
test_HTMLTitleElement01.html \
|
||||
test_HTMLUListElement01.html \
|
||||
test_HTMLUListElement02.html \
|
||||
$(NULL)
|
||||
_TEST_FILES_E = \
|
||||
test_object01.html \
|
||||
test_object02.html \
|
||||
test_object03.html \
|
||||
|
@ -727,7 +729,7 @@ _TEST_FILES_D = \
|
|||
test_table53.html \
|
||||
$(NULL)
|
||||
|
||||
_TEST_FILES_E = \
|
||||
_TEST_FILES_F = \
|
||||
test_hasFeature01.html \
|
||||
test_hasFeature02.html \
|
||||
test_hasFeature03.html \
|
||||
|
@ -757,4 +759,6 @@ libs:: $(_TEST_FILES_C)
|
|||
libs:: $(_TEST_FILES_D)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||
libs:: $(_TEST_FILES_E)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||
libs:: $(_TEST_FILES_F)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||
|
|
Загрузка…
Ссылка в новой задаче