From 616becbfdb3bed82da99bd950cbfe4bf28856bb7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 6 May 2010 00:34:28 +0200 Subject: Replace shell test script by Perl TAP stuff, add test target to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e5891da..05a85e3 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3