From 364ee436ba389748c98ae4b2b2f1b223b8c3d91d Mon Sep 17 00:00:00 2001 From: Gavin Carr Date: Fri, 18 Jun 2010 18:40:39 +0100 Subject: [PATCH] Add a trivial 'test' target to Makefile. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2