Files
hop.nvim/Makefile
2023-08-11 09:04:32 +00:00

9 lines
257 B
Makefile

# run tests located at «lua/tests/» (files named *_spec.lua)
TESTS_INIT=tests/minimal_init.lua
TESTS_DIR=tests/
.PHONY: test
test:
nvim --headless --noplugin -u ${TESTS_INIT} -c "PlenaryBustedDirectory ${TESTS_DIR} { minimal_init = '${TESTS_INIT}' }"