Files
dotfiles/dot_vim/plugged/vimtex/test/test-matchparen-speed/Makefile

11 lines
199 B
Makefile

.PHONY: test
MYVIM ?= nvim --clean --headless
INMAKE := 1
export INMAKE
test:
@echo -n $(MYVIM) -u test.vim " timed to ... "
@bash -c 'time -p $(MYVIM) -u test.vim &>/dev/null' 2>&1 | grep real