4 ms·
Actually, I didn't know about it until now! The project uses a similar approach to mine, by parsing the DIE tree produced by dwarf, which means that it won't wo
by Snaipe 11y ago
Actually, I didn't know about it until now! The project uses a similar approach to mine, by parsing the DIE tree produced by dwarf, which means that it won't work if you're not compiling with -g.
It also uses some very platform specific stuff, so windows & os x are out, too.
Very well made nonetheless.
- __d 11y agoI think he's got OSX running now, but as you say -- it relies on some platform-specific stuff. Good to see C test frameworks doing some innovative stuff!
- gregnbanks 11y agoDarwin support is functional today, I'm just waiting for the 3.11 Valgrind release, which fixes a bug which is a showstopper for NovaProva.