From: Greg Sabino Mullane Date: Fri, 2 May 2008 14:21:13 +0000 (-0400) Subject: Add critic and test targets. X-Git-Tag: 2.9.0~352 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=cfde43357506e35467537996e4a2951b2f2de622;p=check_postgres.git Add critic and test targets. --- diff --git a/Makefile b/Makefile index be621ad76..59a6b2a96 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,12 @@ check_postgres.pl.html: check_postgres.pl pod2html check_postgres.pl > check_postgres.pl.html @perl -pi -e "s///" check_postgres.pl.html + +critic: + + perlcritic check_postgres.pl + + +test: + + @ echo Tests will go here \ No newline at end of file