From: Mark Wooding Date: Mon, 25 May 2020 15:14:42 +0000 (+0100) Subject: t/Makefile.am: Run the tests in parallel. X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/61498acfbbe07d1ab8e691fd49aa502f4067520a t/Makefile.am: Run the tests in parallel. Now that the ephemeral ports stuff works, this seems like a good plan. --- diff --git a/t/Makefile.am b/t/Makefile.am index c5304024..910bf63c 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -25,6 +25,7 @@ include autotest.am autotest_TESTS = +TEST_ARGS = -j4 ###-------------------------------------------------------------------------- ### Test directories.