Re: Stopping unit test on failed partial ordering dependency

2019-04-22 Thread John Calcote
On Mon, Apr 22, 2019 at 10:12 PM Kip Warner wrote: > How can I solve this problem? Try using a stamp file only created on success. To do this you’ll need to wrap your test calls in a script that creates the stamp file on success. John >

Stopping unit test on failed partial ordering dependency

2019-04-22 Thread Kip Warner
Hey list, I have a bunch of unit tests declared in check_PROGRAMS and check_SCRIPTS. Some tests can only be run after others, while some others can only be run before others. I've managed to solve this problem pursuant to § 15.2.1 via partial ordering constraints. This is done by declaring explic