From fc8a147156ceedf862d92987e2f795ea4e22513f Mon Sep 17 00:00:00 2001 From: Philip Rinn Date: Sat, 3 Mar 2018 23:06:01 +0100 Subject: Add target 'test' to Makefile (#53) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 537a699..a9c1c55 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,7 @@ uninstall: lint: shellcheck -s bash $(PROG).bash -.PHONY: install uninstall lint +test: + $(MAKE) -C test + +.PHONY: install uninstall lint test -- cgit v1.2.3