From: Gavin Carr Date: Fri, 18 Jun 2010 17:40:39 +0000 (+0100) Subject: Add a trivial 'test' target to Makefile. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=commitdiff_plain;h=364ee436ba389748c98ae4b2b2f1b223b8c3d91d Add a trivial 'test' target to Makefile. --- diff --git a/Makefile b/Makefile index 1bd0d40..35bf1af 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,6 @@ dist: cd .. && tar cvzf blosxom-$(VERSION).tar.gz --exclude=CVS --exclude='*~' --exclude=".??*" --exclude="#*#" --exclude="*.t" blosxom-$(VERSION)/ rm -rf ../blosxom-$(VERSION)/ +test: + prove t/*.t