"check" target should work for objdir and non-objdir builds.

b=348140, r=davel
This commit is contained in:
rhelmer%mozilla.com 2006-08-10 19:31:13 +00:00
Родитель 5620f8538a
Коммит a6cf1f305a
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -43,6 +43,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public src
include $(topsrcdir)/config/rules.mk
ABS_SRCDIR := $(shell cd $(srcdir) && pwd)
ifeq ($(OS_ARCH),WINNT)
ABS_DEPTH := $(shell cd $(DEPTH) && pwd)
@ -53,6 +54,6 @@ check::
else
check::
$(CYGWIN_WRAPPER) $(RUN_TEST_PROGRAM) $(DIST)/bin/xpcshell$(BIN_SUFFIX) $(srcdir)/test/shell.js $(srcdir)/test
$(RUN_TEST_PROGRAM) $(DIST)/bin/xpcshell$(BIN_SUFFIX) $(srcdir)/test/shell.js $(ABS_SRCDIR)/test
endif # WINNT
endif # WINNT