[pkg-perl-tools] 02/07: Makefile: run prove recursively during build as well.

gregor herrmann gregoa at debian.org
Sat Jun 17 18:18:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit 4da824c6eb4cafb38d69eb63e94aa9f5fb334b42
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 17 20:06:43 2017 +0200

    Makefile: run prove recursively during build as well.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index f1cad90..a591b44 100644
--- a/Makefile
+++ b/Makefile
@@ -145,5 +145,5 @@ test:
 	for f in `find . -name '*.pm' -type f`; do \
 	    perl -Ilib -c $$f || exit 1; \
 	done
-	prove -l
-	-prove -l --ext .st
+	prove -l --verbose --recurse t/
+	-prove -l --verbose --recurse --ext .st t/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list