mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00: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:
2
Makefile
2
Makefile
@ -122,7 +122,7 @@ else
|
|||||||
endif
|
endif
|
||||||
# Build oldtest by specifying the relative .vim filename.
|
# Build oldtest by specifying the relative .vim filename.
|
||||||
.PHONY: phony_force
|
.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,%,$@)
|
+$(SINGLE_MAKE) -C test/old/testdir NVIM_PRG=$(NVIM_PRG) SCRIPTS= $(MAKEOVERRIDES) $(patsubst test/old/testdir/%.vim,%,$@)
|
||||||
|
|
||||||
functionaltest-lua: | nvim
|
functionaltest-lua: | nvim
|
||||||
|
Reference in New Issue
Block a user