mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 1014804 - Make the gtest make target only compile the tests, and not run them. r=BenWa, r=ted
This commit is contained in:
parent
4c459289ac
commit
2086bfa06c
@ -14,7 +14,12 @@ ifeq (browser,$(MOZ_BUILD_APP))
|
||||
# LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
|
||||
ifneq ($(OS_ARCH),WINNT)
|
||||
ifdef COMPILE_ENVIRONMENT
|
||||
check gtest::
|
||||
gtest::
|
||||
$(MAKE) -C $(DEPTH)/toolkit/library gtestxul
|
||||
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||
$(MAKE) -C $(DEPTH)/browser/app repackage
|
||||
endif
|
||||
check::
|
||||
$(MAKE) -C $(DEPTH)/toolkit/library gtestxul
|
||||
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||
$(MAKE) -C $(DEPTH)/browser/app repackage
|
||||
|
Loading…
Reference in New Issue
Block a user