http://qs1969.pair.com?node_id=641504


in reply to Unit testing of C source code

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