mirror of
https://github.com/timmypidashev/darkbox.nvim.git
synced 2026-04-14 11:43:50 +00:00
12 lines
202 B
Makefile
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}' }"
|