mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user