Add a trivial 'test' target to Makefile.
authorGavin Carr <gavin@openfusion.com.au>
Fri, 18 Jun 2010 17:40:39 +0000 (18:40 +0100)
committerGavin Carr <gavin@openfusion.com.au>
Fri, 18 Jun 2010 17:40:39 +0000 (18:40 +0100)
Makefile

index 1bd0d40e70f01782d66effed03c24a678394d128..35bf1af39e9e97e9bac4320a9448a1ca63e91ee2 100644 (file)
--- 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)/
 
        cd .. && tar cvzf blosxom-$(VERSION).tar.gz --exclude=CVS --exclude='*~' --exclude=".??*" --exclude="#*#" --exclude="*.t" blosxom-$(VERSION)/
        rm -rf ../blosxom-$(VERSION)/
 
+test:
+       prove t/*.t