Re: Help with parallel test harness

2023-01-08 Thread Dan Mahoney
> On Jan 8, 2023, at 10:55 AM, Kip Warner wrote: > > On Sun, 2023-01-08 at 04:31 -0800, Dan Mahoney wrote: >> Hello, > > Hey Dan, > >> I’m one of the maintainers of OpenDKIM, dealing with an interesting >> program where make -j is breaking some of our

Help with parallel test harness

2023-01-08 Thread Dan Mahoney
Hello, I’m one of the maintainers of OpenDKIM, dealing with an interesting program where make -j is breaking some of our test programs. Specifically, we have tests that *must* run first to generate keys, and *must* run last to do cleanup tasks. Is there an easy way with automake to force this