From 59ae5441aaa8cc7c9d8dfb35a0c9d5a2d7115df7 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 2 May 2008 11:57:17 -0400 Subject: [PATCH] Quick target for tests. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5