Re: [PATCH 0/7] Allow tests to run in parallel

2023-09-17 Thread Rob Browning
Rob Browning writes: > This series switches Guile to the Automake parallel test harness so > that commands like "make -j4 check" can run tests concurrently: > https://www.gnu.org/software/automake/manual/html_node/Parallel-Test-Harness.html. > > Here it cuts the check time in half. > > Right now

[PATCH 0/7] Allow tests to run in parallel

2023-08-25 Thread Rob Browning
This series switches Guile to the Automake parallel test harness so that commands like "make -j4 check" can run tests concurrently: https://www.gnu.org/software/automake/manual/html_node/Parallel-Test-Harness.html. Here it cuts the check time in half. Right now I just wanted to see if this might