mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
build(Makefile): add nvim to oldtest phony target
This is to force a rebuild each time a file is changed.
This commit is contained in:
parent
1fc468aed2
commit
39771b2238
2
Makefile
2
Makefile
@ -122,7 +122,7 @@ else
|
||||
endif
|
||||
# Build oldtest by specifying the relative .vim filename.
|
||||
.PHONY: phony_force
|
||||
test/old/testdir/%.vim: phony_force
|
||||
test/old/testdir/%.vim: phony_force nvim
|
||||
+$(SINGLE_MAKE) -C test/old/testdir NVIM_PRG=$(NVIM_PRG) SCRIPTS= $(MAKEOVERRIDES) $(patsubst test/old/testdir/%.vim,%,$@)
|
||||
|
||||
functionaltest-lua: | nvim
|
||||
|
Loading…
Reference in New Issue
Block a user