The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.