in reply to Testing Inline::C Modules

Just stick assert.h in there and don't worry about it. Then in the README/INSTALL note that if users run into trouble (failing tests), they should run perl Makefile.PL DEFINE=-DNDEBUG=0 and test again (with TEST_VERBOSE=1). That should trigger assert.h to spit out extra stuff.

You could also do some creative stuff to make this happen automatically but why bother ?:)

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: Re: Testing Inline::C Modules
by Ovid (Cardinal) on Feb 11, 2004 at 18:29 UTC

    Beautiful! That's exactly what I was looking for. Thank you.

    Cheers,
    Ovid

    New address of my CGI Course.