summaryrefslogtreecommitdiff
path: root/Makefile
blob: b1faf935f7885d8231483815c68ad266ea23cf93 (plain)
1
2
3
4
5
6
NVIM ?= nvim

.PHONY: test

test:
	NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/run.lua