Files
darkbox.nvim/Makefile
2025-02-03 11:49:27 -08:00

12 lines
202 B
Makefile

TESTS_INIT=tests/init.lua
TESTS_DIR=tests/
.PHONY: test
test:
@nvim \
--headless \
--noplugin \
-u ${TESTS_INIT} \
-c "PlenaryBustedDirectory ${TESTS_DIR} { minimal_init = '${TESTS_INIT}' }"