Searched refs:XSTest (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A DXSTest.pm1 package XSTest; package
6 bootstrap XSTest $VERSION;
H A DXSTest.xs18 MODULE = XSTest PACKAGE = XSTest PREFIX = xstest_
H A D001-basic.t27 # from. The XSTest module we're using for testing is in the current directory,
38 $pxs->process_file( filename => 'XSTest.xs', output => \*FH, prototypes => 1 );
41 $source_file = 'XSTest.c';
44 $pxs->process_file(filename => 'XSTest.xs', output => $source_file, prototypes => 0);
61 my $module = 'XSTest';
66 eval {require XSTest};
68 ok XSTest::is_even(8),
70 ok !XSTest::is_even(9),
101 #line \d+\Q "XSTest.c"
112 #line \d+\Q "XSTest
[all...]
/openbsd-current/gnu/usr.bin/perl/Cross/
H A DMakefile-cross-SH995 rm -f lib/ExtUtils/ParseXS/t/XSTest.c
996 rm -f lib/ExtUtils/ParseXS/t/XSTest$(OBJ_EXT)
997 rm -f lib/ExtUtils/ParseXS/t/XSTest$(DLSUFFIX)

Completed in 123 milliseconds