From 13c4672e117e91ce47250ce545b91e87a7146f4c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 Jul 2009 16:48:49 +0200 Subject: Added tests to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ca2795..005cfa5 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ build/%.1: man/1/%.pod mkdir -p build pod2man $< > $@ +tests: test/main + zsh $< --extended + install: manuals mkdir -p $(prefix)/bin $(prefix)/share/man/man1 cp bin/envstore $(prefix)/bin/envstore @@ -26,4 +29,4 @@ uninstall: clean: rm -rf build -.PHONY: install manuals uninstall clean +.PHONY: install manuals tests uninstall clean -- cgit v1.2.3