aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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