diff options
author | Alon Bar-Lev <[email protected]> | 2017-08-03 18:41:35 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-08-21 08:55:10 +0000 |
commit | 57c12593082e4ad302041269f1c35f2fe7d2fb1a (patch) | |
tree | 2033014f7f7565211ca3880548f69fadebe10bec | |
parent | python: Improve keylist test. (diff) | |
download | gpgme-57c12593082e4ad302041269f1c35f2fe7d2fb1a.tar.gz gpgme-57c12593082e4ad302041269f1c35f2fe7d2fb1a.zip |
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 <[email protected]>
-rw-r--r-- | lang/python/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |