X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=blobdiff_plain;f=t%2FMakefile;fp=t%2FMakefile;h=6caa89e614117bc175d2a3c75abe4b7a9eb6fcb1;hp=0000000000000000000000000000000000000000;hb=c9cb3b468f663d655cbc82fd6f60510836f10796;hpb=b312d5bbcd65204f7a5728fe04aba0564399fb7f diff --git a/t/Makefile b/t/Makefile new file mode 100644 index 0000000..6caa89e --- /dev/null +++ b/t/Makefile @@ -0,0 +1,6 @@ + +all: test + +test: + prove *.t +