--enable-tests bustage from bug 300731, r=cls

This commit is contained in:
bsmedberg%covad.net 2005-07-23 18:44:37 +00:00
parent c9241d2eb2
commit 137d918e93
2 changed files with 5 additions and 1 deletions

View File

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

View File

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