Bug 1079520: Ensure that GTest can also be run via mach on OSX. r=bsmedberg

This commit is contained in:
Stephen Pohl 2014-10-08 10:48:06 -04:00
parent 80456ad05f
commit e8c1a0cc2b
2 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,7 @@
/*.dylib
/certutil
/firefox-bin
/gtest/***
/pk12util
/ssltunnel
/webapprt-stub

View File

@ -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 \