mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1079520: Ensure that GTest can also be run via mach on OSX. r=bsmedberg
This commit is contained in:
parent
80456ad05f
commit
e8c1a0cc2b
@ -2,6 +2,7 @@
|
||||
/*.dylib
|
||||
/certutil
|
||||
/firefox-bin
|
||||
/gtest/***
|
||||
/pk12util
|
||||
/ssltunnel
|
||||
/webapprt-stub
|
||||
|
@ -25,8 +25,6 @@ check::
|
||||
$(MAKE) -C $(DEPTH)/toolkit/library gtestxul
|
||||
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||
$(MAKE) -C $(DEPTH)/browser/app repackage
|
||||
rsync -a $(DIST)/bin/dependentlibs.list.gtest $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources
|
||||
rsync -a $(DIST)/bin/gtest $(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS/
|
||||
$(PYTHON) $(topsrcdir)/testing/gtest/rungtests.py \
|
||||
--cwd=$(DEPTH)/_tests/gtest \
|
||||
--xre-path=$(DIST)/$(MOZ_MACBUNDLE_NAME)/Contents/Resources \
|
||||
|
Loading…
Reference in New Issue
Block a user