t/Makefile.am: Run the tests in parallel.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 25 May 2020 15:14:42 +0000 (16:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 May 2020 15:14:42 +0000 (16:14 +0100)
Now that the ephemeral ports stuff works, this seems like a good plan.

t/Makefile.am

index c530402..910bf63 100644 (file)
@@ -25,6 +25,7 @@
 include autotest.am
 
 autotest_TESTS          =
+TEST_ARGS               = -j4
 
 ###--------------------------------------------------------------------------
 ### Test directories.