summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-08-01 11:17:02 -0400
committerJesse Luehrs <doy@tozt.net>2013-08-01 11:17:02 -0400
commit03f9a06e006a22fce2898004cb54dcbff350a610 (patch)
treeebc69dab43bf686cb248a1066e16190401b0886b
parentefac215c7de20daea4fcbe602a9acc0d283c824f (diff)
downloadparse-keyword-03f9a06e006a22fce2898004cb54dcbff350a610.tar.gz
parse-keyword-03f9a06e006a22fce2898004cb54dcbff350a610.zip
run all of the tests in the stub Makefile.PL
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index d6d0ece..3a15350 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,6 +12,7 @@ use inc::MMHelper;
my %WriteMakefileArgs = (
NAME => 'Parse::Keyword',
+ test => { TESTS => 't/*.t t/*/*.t' },
%{ inc::MMHelper::mm_args() },
);