diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-07 16:48:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-07 16:48:49 +0200 |
commit | 13c4672e117e91ce47250ce545b91e87a7146f4c (patch) | |
tree | dd0dfc10cb80e1a37049522cec3892731f777b05 | |
parent | 58a60f7909a532ee8a890677e9c7772d0bdd8fa7 (diff) |
Added tests to Makefile
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |