diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-06 00:34:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-06 00:34:28 +0200 |
commit | 616becbfdb3bed82da99bd950cbfe4bf28856bb7 (patch) | |
tree | d17bb7acd70817fe42aef83c07bb8e72555dde54 /Makefile | |
parent | 382fc245366999b540bf547b9ccb2f9529a2116b (diff) |
Replace shell test script by Perl TAP stuff, add test target to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -17,7 +17,10 @@ uninstall: rm -f ${basedir}/bin/efa rm -f ${basedir}/share/man/man1/efa.1 +test: + @prove test + clean: rm -rf build -.PHONY: install uninstall clean +.PHONY: install uninstall test clean |