[libparse-debianchangelog-perl] 19/52: Makefile: make it possible to run the tests verbosely

Intrigeri intrigeri at moszumanska.debian.org
Sun May 24 12:37:26 UTC 2015


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

intrigeri pushed a commit to branch master
in repository libparse-debianchangelog-perl.

commit f782af3820964d31cbdc7955bfa18b9e2c91368c
Author: Frank Lichtenheld <frank at lichtenheld.de>
Date:   Mon Jul 16 03:13:04 2007 +0200

    Makefile: make it possible to run the tests verbosely
    
    Just pass verbose=1 to the make call.
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ba9bfd1..69072cb 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ dist: Build
 stats: Build
 	@./Build postats
 
+verbose=0
 test:
-	@./Build test
+	@./Build test verbose=$(verbose)
 
 .PHONY: all install clean dist stats check

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



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