chore: plenary tests POC: add make entry, specify tests

This commit is contained in:
Alexander Courtis
2025-02-03 15:31:33 +11:00
parent f9dc294829
commit 63cd226c3e
4 changed files with 28 additions and 11 deletions

View File

@@ -43,6 +43,19 @@ help-update:
help-check: help-update
git diff --exit-code doc/nvim-tree-lua.txt
#
# test
#
test: plenary.nvim
scripts/test.sh $$TEST_NAME
#
# Dependencies
#
# no plenary tags or releases available
plenary.nvim:
git clone git@github.com:nvim-lua/plenary.nvim.git
.PHONY: all lint style check luacheck style-check style-doc luals style-fix help-update help-check