Files
neogen/Makefile
Colin Kennedy fef1ab3932 Added unittest + basic python and lua unittests (#174)
---------

Co-authored-by: Danymat <d.danymat@gmail.com>
2024-07-23 18:18:14 +02:00

18 lines
354 B
Makefile

TESTS_INIT=tests/minimal_init.lua
TESTS_DIR=tests/
.PHONY: test
documentation:
nvim --headless --noplugin -u ./scripts/minimal_init.vim -c "lua MiniDoc.generate()" -c "qa!"
tag:
./scripts/generate_tag.sh
test:
@nvim \
--headless \
--noplugin \
-u ${TESTS_INIT} \
-c "PlenaryBustedDirectory ${TESTS_DIR} { minimal_init = '${TESTS_INIT}' }"