aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2018-03-04 11:26:13 -0800
committerGitHub <noreply@github.com>2018-03-04 11:26:13 -0800
commitf88e6a338cd976bfa4e14567c1f3024ddc58ab7d (patch)
tree4549da42122c877121c38b2956abf5fbd479c554 /Makefile
parent0737f1f3e8ad8e31b7b5d7eb9b6a6a21eb3781e9 (diff)
parent948c2f04cbaf2f065b0c21b80de82f1f0c946e54 (diff)
Merge pull request #56 from tadfisher/develop
Merge branch 'develop' into master
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