diff options
Diffstat (limited to 'Makefile')
-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 |