![]() |
|
P is for Practical | |
PerlMonks |
Re: Unit testing of C source codeby jettero (Monsignor) |
on Sep 28, 2007 at 10:52 UTC ( #641504=note: print w/replies, xml ) | Need Help?? |
Inline::C, perlxs, perlguts, perlapi... I think if your code is mainly C there are probably better tools for testing it. But if you're mixing perl and C then you can use any of the test modules. There's a lot of choices. I usually use regular old Test, but a lot of people like Test::More and there are a million other things. -Paul
In Section
Seekers of Perl Wisdom
|
|