The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XS::libcatch - Catch test library for XS

SYNOPSIS

in Makefile.PL

use XS::Install;
WriteMakefile(
    ...makemaker args
    BIN_DEPS => 'XS::libcatch',
    ...
);

in your C test files

#include <catch2/catch.hpp>
...

DESCRIPTION

This module makes available catch test library for XS modules. No perl interface.

SEE ALSO

XS::Install

AUTHOR

Pronin Oleg <syber@crazypanda.ru>, Crazy Panda LTD

LICENSE

You may distribute this code under the same terms as Perl itself.