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@gmail.com>
This commit is contained in:
Alon Bar-Lev 2017-08-03 21:41:35 +03:00 committed by Justus Winter
parent 70c8be9efe
commit 57c1259308
No known key found for this signature in database
GPG Key ID: DD1A52F9DA8C9020

View File

@ -71,7 +71,7 @@ check: xcheck
.PHONY: xcheck
xcheck:
xcheck: all
$(TESTS_ENVIRONMENT) $(PYTHON) $(srcdir)/run-tests.py \
--interpreters="$(PYTHONS)" --srcdir=$(srcdir) $(TESTFLAGS) \
$(XTESTS)