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:
parent
70c8be9efe
commit
57c1259308
@ -71,7 +71,7 @@ check: xcheck
|
|||||||
|
|
||||||
.PHONY: xcheck
|
.PHONY: xcheck
|
||||||
|
|
||||||
xcheck:
|
xcheck: all
|
||||||
$(TESTS_ENVIRONMENT) $(PYTHON) $(srcdir)/run-tests.py \
|
$(TESTS_ENVIRONMENT) $(PYTHON) $(srcdir)/run-tests.py \
|
||||||
--interpreters="$(PYTHONS)" --srcdir=$(srcdir) $(TESTFLAGS) \
|
--interpreters="$(PYTHONS)" --srcdir=$(srcdir) $(TESTFLAGS) \
|
||||||
$(XTESTS)
|
$(XTESTS)
|
||||||
|
Loading…
Reference in New Issue
Block a user