[Pkg-gnupg-commit] [gpgme] 68/103: python: Support parallel build in tests

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Dec 14 18:53:05 UTC 2017


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

dkg pushed a commit to branch master
in repository gpgme.

commit 57c12593082e4ad302041269f1c35f2fe7d2fb1a
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Thu Aug 3 21:41:35 2017 +0300

    python: Support parallel build in tests
    
    * lang/python/tests/Makefile.am: Depend xcheck with all which was lost
    due to the check hack.
    
    Signed-off-by: Alon Bar-Lev <alon.barlev at gmail.com>
---
 lang/python/tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index d0dde1d..beb5a30 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -71,7 +71,7 @@ check: xcheck
 
 .PHONY: xcheck
 
-xcheck:
+xcheck:	all
 	$(TESTS_ENVIRONMENT) $(PYTHON) $(srcdir)/run-tests.py \
 	  --interpreters="$(PYTHONS)" --srcdir=$(srcdir) $(TESTFLAGS) \
 	  $(XTESTS)

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



More information about the Pkg-gnupg-commit mailing list