From 61498acfbbe07d1ab8e691fd49aa502f4067520a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 25 May 2020 16:14:42 +0100 Subject: [PATCH] t/Makefile.am: Run the tests in parallel. Now that the ephemeral ports stuff works, this seems like a good plan. --- t/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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. -- 2.11.0