зеркало из https://github.com/mozilla/pjs.git
"check" target should work for objdir and non-objdir builds.
b=348140, r=davel
This commit is contained in:
Родитель
5620f8538a
Коммит
a6cf1f305a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче