diff options
Diffstat (limited to 'cpan/ExtUtils-ParseXS/t/XSMore.xs')
-rw-r--r-- | cpan/ExtUtils-ParseXS/t/XSMore.xs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpan/ExtUtils-ParseXS/t/XSMore.xs b/cpan/ExtUtils-ParseXS/t/XSMore.xs index 173460ecaa..f2fe902fbe 100644 --- a/cpan/ExtUtils-ParseXS/t/XSMore.xs +++ b/cpan/ExtUtils-ParseXS/t/XSMore.xs @@ -106,6 +106,8 @@ outlist(OUTLIST int a, OUTLIST int b) int len(char* s, int length(s)) +INCLUDE_COMMAND: $^X -Ilib -It/lib -MIncludeTester -e IncludeTester::print_xs + #if 1 INCLUDE: XSInclude.xsh |