From: Greg Sabino Mullane Date: Fri, 2 May 2008 15:57:17 +0000 (-0400) Subject: Quick target for tests. X-Git-Tag: 2.9.0~349 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=59ae5441aaa8cc7c9d8dfb35a0c9d5a2d7115df7;p=check_postgres.git Quick target for tests. --- diff --git a/Makefile b/Makefile index 59a6b2a96..edd01ab18 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ check_postgres.pl.html: check_postgres.pl pod2html check_postgres.pl > check_postgres.pl.html - @perl -pi -e "s///" check_postgres.pl.html - + @ perl -pi -e "s///" check_postgres.pl.html + @ rm -f pod2htmd.tmp pod2htmi.tmp critic: @@ -12,4 +12,4 @@ critic: test: - @ echo Tests will go here \ No newline at end of file + @ prove t/*.t \ No newline at end of file