Hi,

I have a perfect running QTest setup including subdirs. As supposed I can execute all tests one after another with 'make check' at the toplevel makefile. Unfortunately I do not know how to get the overall success as a single result. I expected the make exit code should reflect the overall success result, which does not. The exit code of make (via shell variable $?) is always 0 even when a test failed and this binary returned a value != 0.

What is way to collect all the exit status of all test binaries called by 'make check' ?

regards

spachner