mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
browser_test_favicon.js doesn't use Firefox-specific API anymore, remove MOZ_PHOENIX ifdef
--HG-- extra : rebase_source : 1a1e84700c9f1a605d14d8b6ffd42a33bdbb62da
This commit is contained in:
parent
ec535afdff
commit
c07f5b2ea6
@ -84,21 +84,15 @@ _TEST_FILES = \
|
||||
file_loopback_inner.html \
|
||||
$(NULL)
|
||||
|
||||
# the tests below use Firefox-specific features
|
||||
ifdef MOZ_PHOENIX
|
||||
_BROWSER_TEST_FILES = \
|
||||
browser_test_favicon.js \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
libs:: $(_TEST_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||
|
||||
# see above, only defined for Firefox
|
||||
ifdef MOZ_PHOENIX
|
||||
libs:: $(_BROWSER_TEST_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
||||
endif
|
||||
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user