Re: Add tests for XS call_*() API
by Marcus Holland-Moritz other posts by this author
Aug 7 2004 7:24PM messages near this date
Add tests for XS call_*() API
|
Re: Add tests for XS call_*() API
On 2004-08-07, at 16:44:16 +0100, Dave Mitchell wrote:
> It appears that all the call-Perl-from-C function like call_sv()
> aren't tested in the core. So I've added stuff to XS::APItest to
> allow these functions to be called from perl, and an extra test script,
> XS/APItest/t/call.t, to test them.
>
> [...]
>
> + call_sv call_pv call_method eval_sv eval_pv require_pv
What about call_argv()?
I noticed it was missing while merging parts of your tests
into Devel::PPPort. :-)
Marcus
--
Human beings were created by water to transport it uphill.
Thread:
Dave Mitchell
Marcus Holland-Moritz
Dave Mitchell
|