Files
dotfiles/dot_vim/plugged/vimtex/test/test-motions-virtual/Makefile

11 lines
150 B
Makefile

MYVIM ?= nvim --clean --headless
INMAKE := 1
export INMAKE
.PHONY: test
test:
@chronic $(MYVIM) -u test.vim
@diff test.out test.ref; rm test.out