Hi all,

http://search.cpan.org/~ovid/AI-NeuralNet-Simple-0.02/

I've a problem in testing Inline::C.  In the module
AI::NeuralNet::Simple,  I do some work allocating and deallocating
memory and I've been bitten by a bug where I wasn't allocating memory
properly for one of my arrays.  It's fixed, but I have no idea how to
write a test for that.  I'm also rather unclear about how to test the C
functions.  I only have 18 tests for the module, but it needs heavy
redesign internally (such as not using globals in C) and while testing
through the Perl interface will catch bugs, it won't tell me where the
bugs are.

My C skills are a bit weak, so gentle explanations (even RTFMs) would
be great.

Cheers,
Ovid

=====
Silence is Evil            http://users.easystreet.com/ovid/philosophy/indexdecency.htm
Ovid                       http://www.perlmonks.org/index.pl?node_id=17000
Web Programming with Perl  http://users.easystreet.com/ovid/cgi_course/

Reply via email to