From 9f5008c49f2e66d69b2a485640a0389232dbc392 Mon Sep 17 00:00:00 2001 From: Giuseppe Gadola Date: Fri, 10 Feb 2023 18:51:15 +0100 Subject: chore: removed tests directory --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 54bc132..0000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -TESTS_INIT=tests/minimal_init.lua -TESTS_DIR=tests/ - -.PHONY: test - -test: - @nvim \ - --headless \ - --noplugin \ - -u ${TESTS_INIT} \ - -c "PlenaryBustedDirectory ${TESTS_DIR} { minimal_init = '${TESTS_INIT}' }" -- cgit v1.3-2-g11bf