|
From: Tim P. <ec...@ec...> - 2009-07-23 13:38:53
|
Hello to all, I've recently been adapting Perl's TAP (test anything protocol) to work better in conjunction with Valgrind. For instance failing on VG errors, printing the valgrind instance in output and other bits that the Valgrind headers permit. It dawned on me that I'm probably not the first person to do this and wonder if I may be re-inventing the wheel? Does anyone else know of a drop in C test suite with no dependencies but C89/99 + gcc that is Valgrind aware? I'm in a spot where I have to go back and write a ton of tests based on graph / coverage analysis, TAP makes writing tests quick and (almost) painless which is why I chose it. Should I put a few more days into finishing what I'm doing, or can someone suggest a better / complete test suite that takes Valgrind into consideration? I'm in a bit of a crunch for time. Thanks in advance for any links! Cheers, --Tim |