From a838ef960f1bbd0b82b05ad23118a03f69316a26 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 27 Dec 2020 18:56:26 +0300 Subject: add tests --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..9d803354 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +all: + @echo "Run 'make test' in order to run tests." + +test: + shellcheck -f gcc ./*/*/build ./*/*/post-install ./*/*/test -- cgit v1.2.3