From 0ef59f56ff0f1caf09653b412eba5a0c41e368fd Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 7 Mar 2018 05:23:18 -0800 Subject: [PATCH] Enable --parallel tests for readelf in the tox config --- CHANGES | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a014d56..b00fe3f 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,8 @@ Changelog - Add Python 3.5 testing to the tox file. - Minor bugfixes (#118) - Cleanup: Use argparse instead of optparse + - Make readelf comparison tests run in parallel using multiprocessing; cuts + testing time 3-5x + Version 0.24 (04.08.2016) diff --git a/tox.ini b/tox.ini index 2a4eaf5..7e9b484 100644 --- a/tox.ini +++ b/tox.ini @@ -5,4 +5,4 @@ envlist = py27,py34,py35 commands = python test/run_all_unittests.py python test/run_examples_test.py - python test/run_readelf_tests.py + python test/run_readelf_tests.py --parallel -- 2.30.2