qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
84 stars 18 forks source link

Fix the run-suite calls in cl_protobufs testing #246

Closed copybara-service[bot] closed 4 years ago

copybara-service[bot] commented 4 years ago

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.