mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 597056. Firefox browser-chrome tests are ending up in Fennec. ifdef them away for mobile builds. r=mfinkle. a=sayrer
This commit is contained in:
parent
59cb80e4f4
commit
77d017bea1
@ -79,6 +79,8 @@ TEST_FILES = \
|
||||
test_writer_starvation.html \
|
||||
$(NULL)
|
||||
|
||||
|
||||
ifneq (mobile,$(MOZ_BUILD_APP))
|
||||
BROWSER_TEST_FILES = \
|
||||
browserHelpers.js \
|
||||
browser_permissionsPrompt.html \
|
||||
@ -90,8 +92,10 @@ BROWSER_TEST_FILES = \
|
||||
head.js \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(BROWSER_TEST_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
||||
endif
|
||||
|
||||
libs:: $(TEST_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||
|
||||
libs:: $(BROWSER_TEST_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
||||
|
@ -49,7 +49,11 @@ MODULE = test_libpr0n
|
||||
XPCSHELL_TESTS = unit
|
||||
|
||||
DIRS += mochitest \
|
||||
browser \
|
||||
$(NULL)
|
||||
|
||||
ifneq (mobile,$(MOZ_BUILD_APP))
|
||||
DIRS += browser \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user