[Pkg-gnupg-commit] [gnupg2] 05/07: enable all tests, and run them in parallel

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Aug 11 16:51:31 UTC 2017


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

dkg pushed a commit to annotated tag debian/2.1.23-1
in repository gnupg2.

commit 6691b426952e98da0abe49b8396c8fc767413a25
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Fri Aug 11 09:52:35 2017 -0400

    enable all tests, and run them in parallel
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 590c283..e157ce7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,7 @@ override_dh_auto_configure:
 	dh_auto_configure --builddirectory=build -- --libexecdir=\$${prefix}/lib/gnupg \
 		--enable-gpg2-is-gpg \
 		--enable-wks-tools \
+		--enable-all-tests \
 		--enable-symcryptrun --enable-large-secmem
 
 override_dh_auto_build-arch:
@@ -68,7 +69,7 @@ override_dh_auto_build-indep:
 
 
 override_dh_auto_test:
-	dh_auto_test --builddirectory=build -- verbose=3
+	dh_auto_test --builddirectory=build -- verbose=3 TESTFLAGS=--parallel
 
 override_dh_shlibdeps:
 # Make ldap a recommends rather than a hard dependency.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list