Use MAKEOVERRIDES to pass SCRIPTS/TESTNUM arguments for `make test`

This commit is contained in:
ZyX 2014-06-14 19:42:50 +04:00 committed by John Szakmeister
parent 24a08b32ab
commit 2653cebcd7
1 changed files with 3 additions and 3 deletions

View File

@ -42,8 +42,8 @@ ifneq (,$(USE_BUNDLED_DEPS))
BUNDLED_CMAKE_FLAG := -DUSE_BUNDLED=$(USE_BUNDLED_DEPS)
endif
# For use where we want to make sure only a single job is run. This also avoids
# any warnings from the sub-make.
# For use where we want to make sure only a single job is run. This does issue
# a warning, but we need to keep SCRIPTS argument.
SINGLE_MAKE = export MAKEFLAGS= ; $(MAKE)
all: nvim
@ -75,7 +75,7 @@ endif
touch $@
test: | nvim
+$(SINGLE_MAKE) -C src/nvim/testdir
+$(SINGLE_MAKE) -C src/nvim/testdir $(MAKEOVERRIDES)
unittest: | nvim
+$(BUILD_CMD) -C build unittest