Gregor Goldbach wrote:
Hi everybody,

I have a working XS module with a working test infrastructure using
ExtUtils::MakeMaker. I want to test C utility functions for this module
that are not accessible from Perl since they are not wrapped with XS.

I thought I might give Inline::C a try and write some tests with it. The
test compiles fine, however I get runtime errors:

You might also look at using libtap:
http://www.onlamp.com/pub/a/onlamp/2006/01/19/libtap.html

If you have a TAP producer than your EU::MM infrastructure (which uses Test::Harness) should be able to handle it just like a normal perl test. You might need a newer version of Test::Harness, etc but other folks are doing just that.

--
Michael Peters
Plus Three, LP

Reply via email to