From afa6b4b6195483d73cb6a91bc757652301275ed6 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 8 Oct 2023 11:52:40 +0200 Subject: Add test cases --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3cae985 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +.PHONY: lint +lint: + stylua -c . + +.PHONY: test +test: + nvim --headless -u test/init.lua -c "PlenaryBustedDirectory test/ {minimal_init = 'test/init.lua', sequential = true}" + +.PHONY: clean +clean: + rm -rf .test -- cgit v1.2.3