Re: Parallel builds with some ordering constraints

2018-12-29 Thread Kip Warner
On Sat, 2018-12-29 at 16:10 -0500, Nick Bowler wrote: > Hello, Hey Nick, > OK, I am assuming you are using the Automake parallel-tests feature. Yes, that's correct. > So there's no problem with building the programs, the issue is just > in the execution order of the test cases? You have one

Re: Parallel builds with some ordering constraints

2018-12-29 Thread Nick Bowler
Hello, On 2018-12-29, Kip Warner wrote: > Parallel builds work fine for my build tree of a system daemon I am > developing. I have unit tests in the form of check_SCRIPTS and > check_PROGRAMS. > > These unit tests, however, can only be partially parallelized because > there needs to be some

Parallel builds with some ordering constraints

2018-12-29 Thread Kip Warner
Hey list, Parallel builds work fine for my build tree of a system daemon I am developing. I have unit tests in the form of check_SCRIPTS and check_PROGRAMS. These unit tests, however, can only be partially parallelized because there needs to be some ordering constraints. I have a unit test in