diff options
author | Philip Rinn <rinni@inventati.org> | 2018-03-03 23:06:01 +0100 |
---|---|---|
committer | Tad Fisher <tadfisher@gmail.com> | 2018-03-03 14:06:01 -0800 |
commit | fc8a147156ceedf862d92987e2f795ea4e22513f (patch) | |
tree | df528053226eb1e01bfbbe8b01d9c42345e1e439 | |
parent | c6da46e99c679eaad18772ce2693811e918ae57b (diff) | |
download | pass-otp-fc8a147156ceedf862d92987e2f795ea4e22513f.tar.gz pass-otp-fc8a147156ceedf862d92987e2f795ea4e22513f.zip |
Add target 'test' to Makefile (#53)
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -29,4 +29,7 @@ uninstall: lint: shellcheck -s bash $(PROG).bash -.PHONY: install uninstall lint +test: + $(MAKE) -C test + +.PHONY: install uninstall lint test |