mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
--enable-tests bustage from bug 300731, r=cls
This commit is contained in:
parent
c9241d2eb2
commit
137d918e93
@ -856,3 +856,7 @@ endif
|
||||
#
|
||||
BUILD_ID := $(shell cat $(DEPTH)/config/build_number)
|
||||
DEFINES += -DBUILD_ID=$(BUILD_ID)
|
||||
|
||||
ifeq (,$(filter WINCE WINNT OS2,$(OS_ARCH)))
|
||||
RUN_TEST_PROGRAM = $(DIST)/bin/run-mozilla.sh
|
||||
endif
|
||||
|
@ -115,5 +115,5 @@ install::
|
||||
ifndef CROSS_COMPILE
|
||||
libs::
|
||||
@echo "Running TestVersionComparator tests"
|
||||
@$(PERL) -w $(srcdir)/TestVersionComparatorRunner.pl $(FINAL_TARGET)/TestVersionComparator$(BIN_SUFFIX)
|
||||
@$(PERL) -w $(srcdir)/TestVersionComparatorRunner.pl "$(RUN_TEST_PROGRAM) $(FINAL_TARGET)/TestVersionComparator$(BIN_SUFFIX)"
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user