From 248ea9bbb80111e4c8c1a70419bc963355853167 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Tue, 27 Nov 2018 12:36:56 +0100 Subject: add tests and fix errors found by tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f93756..a9011b3 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,6 @@ work/data/$(PREFIX): shellcheck: shellcheck --shell=bash --color=never git-repo +.PHONY: test +test: + test/run.sh -- cgit v1.2.1