mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1094302 - Update build system tests to cover moved tier; r=glandium
This fixes |make check| bustage on inbound.
This commit is contained in:
parent
64d4457a62
commit
c00866dff6
@ -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',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user