A while ago I updated clunit2 to have an assert-on-failure
flag so we don't have to do it ourselves.
We should use that instead of checking for failures and
signalling ourselves.
Also, we should be able to run the test suite with a
debugger if we wish.
Fix the run-suite calls in cl_protobufs testing
A while ago I updated clunit2 to have an assert-on-failure flag so we don't have to do it ourselves. We should use that instead of checking for failures and signalling ourselves. Also, we should be able to run the test suite with a debugger if we wish.