add testing...

this is very limited right now, but I will expand as I see fit
This commit is contained in:
Squibid 2025-07-02 03:53:31 -04:00
parent a13d616da5
commit 585f04c745
Signed by: squibid
GPG key ID: BECE5684D3C4005D
3 changed files with 25 additions and 0 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
test:
nvim --headless -c "PlenaryBustedDirectory tests/ {minimal_init = './tests/minit.lua'}"
.PHONY: test