Bug 1094302 - Update build system tests to cover moved tier; r=glandium

This fixes |make check| bustage on inbound.
This commit is contained in:
Gregory Szorc 2014-11-06 20:17:17 -08:00
parent 64d4457a62
commit c00866dff6

View File

@ -623,15 +623,19 @@ class TestRecursiveMakeBackend(BackendTester):
expected = [
'extra_js__FILES := module1.js module2.js',
'extra_js__DEST = $(FINAL_TARGET)/modules/',
'extra_js__TARGET := misc',
'INSTALL_TARGETS += extra_js_',
'extra_js_submodule_FILES := module3.js module4.js',
'extra_js_submodule_DEST = $(FINAL_TARGET)/modules/submodule',
'extra_js_submodule_TARGET := misc',
'INSTALL_TARGETS += extra_js_submodule',
'extra_pp_js_ := pp-module1.js',
'extra_pp_js__PATH = $(FINAL_TARGET)/modules/',
'extra_pp_js__TARGET := misc',
'PP_TARGETS += extra_pp_js_',
'extra_pp_js_ppsub := pp-module2.js',
'extra_pp_js_ppsub_PATH = $(FINAL_TARGET)/modules/ppsub',
'extra_pp_js_ppsub_TARGET := misc',
'PP_TARGETS += extra_pp_js_ppsub',
]