Page MenuHome GnuPG

python: Support parallel build in tests
Closed, ResolvedPublic

Description

Over on gnupg-deve, Alon wrote:

* 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@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 d0dde1d3..beb5a309 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)