feat: Add makefile for testing purposes

This commit is contained in:
TJ DeVries
2020-10-08 23:11:01 -04:00
parent 376959e7df
commit 8c0f2630a0

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
test:
nvim --headless -c 'lua require("plenary.test_harness"):test_directory("busted", "./lua/tests/")'