lvc/api-sanity-checker

Add -run-valgrind option?

cdeil opened this issue · 0 comments

One of the most important issues the api-sanity-checker finds is segfaults.

Would it be possible to add a -run-valgrind option that runs all tests under the valgrind memory checker and summarises the results in the html report?

This could find more issues than -run, namely more segfaults and in addition memory leaks.