Skip to content

Commit

Permalink
Bug 389793 Firefox build failed on OpenSolaris without --disable-moch…
Browse files Browse the repository at this point in the history
…itest r=benjamin a=dsicore
  • Loading branch information
ginn.chen@sun.com committed Aug 6, 2007
1 parent f173d1c commit d0ed3cc
Show file tree
Hide file tree
Showing 66 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion browser/base/content/test/Makefile.in
Expand Up @@ -48,4 +48,4 @@ _TEST_FILES = test_feed_discovery.html \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion browser/components/sessionstore/test/chrome/Makefile.in
Expand Up @@ -47,4 +47,4 @@ _TEST_FILES = test_bug350525.xul \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
2 changes: 1 addition & 1 deletion browser/fuel/test/Makefile.in
Expand Up @@ -56,4 +56,4 @@ _BROWSER_FILES =browser_Application.js \
$(NULL)

libs:: $(_BROWSER_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
2 changes: 1 addition & 1 deletion content/base/test/Makefile.in
Expand Up @@ -100,4 +100,4 @@ _TEST_FILES = test_bug5141.html \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion content/events/test/Makefile.in
Expand Up @@ -54,5 +54,5 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

2 changes: 1 addition & 1 deletion content/html/content/test/Makefile.in
Expand Up @@ -83,4 +83,4 @@ _TEST_FILES = test_bug589.html \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion content/html/document/test/Makefile.in
Expand Up @@ -58,4 +58,4 @@ _TEST_FILES = test_bug1682.html \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion content/xbl/test/Makefile.in
Expand Up @@ -53,4 +53,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion content/xml/document/test/Makefile.in
Expand Up @@ -50,4 +50,4 @@ _TEST_FILES = test_bug232004.xhtml \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion content/xul/content/test/Makefile.in
Expand Up @@ -49,4 +49,4 @@ _TEST_FILES = test_bug330705-2.xul \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion content/xul/document/test/Makefile.in
Expand Up @@ -49,4 +49,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion docshell/test/Makefile.in
Expand Up @@ -54,4 +54,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion docshell/test/browser/Makefile.in
Expand Up @@ -48,4 +48,4 @@ _BROWSER_TEST_FILES = \
$(NULL)

libs:: $(_BROWSER_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
2 changes: 1 addition & 1 deletion docshell/test/chrome/Makefile.in
Expand Up @@ -49,4 +49,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/src/jsurl/test/Makefile.in
Expand Up @@ -59,4 +59,4 @@ _TEST_FILES = pass.html \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/jquery/Makefile.in
Expand Up @@ -59,4 +59,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/jquery/dist/Makefile.in
Expand Up @@ -53,4 +53,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/jquery/src/Makefile.in
Expand Up @@ -59,4 +59,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/jquery/src/ajax/Makefile.in
Expand Up @@ -54,4 +54,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/jquery/src/event/Makefile.in
Expand Up @@ -54,4 +54,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/jquery/src/fx/Makefile.in
Expand Up @@ -54,4 +54,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/jquery/src/jquery/Makefile.in
Expand Up @@ -54,4 +54,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/jquery/src/selector/Makefile.in
Expand Up @@ -54,4 +54,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/jquery/test/Makefile.in
Expand Up @@ -54,4 +54,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/jquery/test/data/Makefile.in
Expand Up @@ -54,4 +54,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/lib/Makefile.in
Expand Up @@ -52,4 +52,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/mochikit/Makefile.in
Expand Up @@ -56,4 +56,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/mochikit/MochiKit/Makefile.in
Expand Up @@ -70,4 +70,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/mochikit/tests/Makefile.in
Expand Up @@ -81,4 +81,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
Expand Up @@ -54,4 +54,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/offline/Makefile.in
Expand Up @@ -55,4 +55,4 @@ _TEST_FILES = \


libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/prototype/Makefile.in
Expand Up @@ -56,4 +56,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/prototype/dist/Makefile.in
Expand Up @@ -49,4 +49,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/prototype/test/Makefile.in
Expand Up @@ -55,4 +55,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/prototype/test/lib/Makefile.in
Expand Up @@ -49,4 +49,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/prototype/test/unit/Makefile.in
Expand Up @@ -66,4 +66,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
Expand Up @@ -52,4 +52,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/scriptaculous/Makefile.in
Expand Up @@ -57,4 +57,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/scriptaculous/lib/Makefile.in
Expand Up @@ -53,4 +53,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/scriptaculous/src/Makefile.in
Expand Up @@ -60,4 +60,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
Expand Up @@ -71,4 +71,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/bugs/Makefile.in
Expand Up @@ -58,4 +58,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/chrome/Makefile.in
Expand Up @@ -50,4 +50,4 @@ _TEST_FILES = test_domstorage.xul \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/dom-level0/Makefile.in
Expand Up @@ -50,4 +50,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
14 changes: 7 additions & 7 deletions dom/tests/mochitest/dom-level1-core/Makefile.in
Expand Up @@ -603,22 +603,22 @@ _TEST_FILES_G = \

# work around command-line length limits by splitting into groups
libs:: $(_TEST_FILES_A)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

libs:: $(_TEST_FILES_B)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

libs:: $(_TEST_FILES_C)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

libs:: $(_TEST_FILES_D)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

libs:: $(_TEST_FILES_E)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

libs:: $(_TEST_FILES_F)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

libs:: $(_TEST_FILES_G)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/dom-level1-core/files/Makefile.in
Expand Up @@ -67,4 +67,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
12 changes: 6 additions & 6 deletions dom/tests/mochitest/dom-level2-core/Makefile.in
Expand Up @@ -346,19 +346,19 @@ _TEST_FILES_F = \

# work around nsinstall limits on windows by splitting into groups
libs:: $(_TEST_FILES_A)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

libs:: $(_TEST_FILES_B)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

libs:: $(_TEST_FILES_C)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

libs:: $(_TEST_FILES_D)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

libs:: $(_TEST_FILES_E)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

libs:: $(_TEST_FILES_F)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion dom/tests/mochitest/dom-level2-core/files/Makefile.in
Expand Up @@ -72,4 +72,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion editor/composer/test/Makefile.in
Expand Up @@ -49,4 +49,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion layout/base/tests/Makefile.in
Expand Up @@ -86,6 +86,6 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

endif # MOZ_MOCHITEST
2 changes: 1 addition & 1 deletion layout/generic/test/Makefile.in
Expand Up @@ -50,4 +50,4 @@ _TEST_FILES = test_bug323656.html \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion layout/style/test/Makefile.in
Expand Up @@ -101,4 +101,4 @@ _TEST_FILES = test_bug74880.html \


libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion layout/tables/test/Makefile.in
Expand Up @@ -49,4 +49,4 @@ _TEST_FILES = \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
2 changes: 1 addition & 1 deletion netwerk/test/chrome/Makefile.in
Expand Up @@ -48,4 +48,4 @@ _TEST_FILES = test_scriptableio.xul \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
2 changes: 1 addition & 1 deletion parser/htmlparser/tests/mochitest/Makefile.in
Expand Up @@ -57,4 +57,4 @@ _TEST_FILES = parser_datreader.js \
$(NULL)

libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)

0 comments on commit d0ed3cc

Please sign in to comment.