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
AUTHOR
Pronin Oleg <syber@crazypanda.ru>, Crazy Panda LTD
LICENSE
You may distribute this code under the same terms as Perl itself.