aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluukvbaal <luukvbaal@gmail.com>2023-04-27 08:26:07 +0200
committerGitHub <noreply@github.com>2023-04-27 08:26:07 +0200
commit39771b223847c31b4628a9ab026e5a8f6b420eb8 (patch)
treebba78ac994f2994b52cf5284bebbbd666d6cc814
parent1fc468aed2809a92769fbdfd6c422c2b9b12a233 (diff)
downloadrneovim-39771b223847c31b4628a9ab026e5a8f6b420eb8.tar.gz
rneovim-39771b223847c31b4628a9ab026e5a8f6b420eb8.tar.bz2
rneovim-39771b223847c31b4628a9ab026e5a8f6b420eb8.zip
build(Makefile): add nvim to oldtest phony target
This is to force a rebuild each time a file is changed.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0237224aba..cdf5f552ba 100644
--- a/Makefile
+++ b/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