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:
luukvbaal 2023-04-27 08:26:07 +02:00 committed by GitHub
parent 1fc468aed2
commit 39771b2238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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