X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=blobdiff_plain;f=Makefile;h=35bf1af39e9e97e9bac4320a9448a1ca63e91ee2;hp=1bd0d40e70f01782d66effed03c24a678394d128;hb=364ee436ba389748c98ae4b2b2f1b223b8c3d91d;hpb=05db44dead78cc33a8fdd2d168b0d3047de43f1b 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