Alien-libpanda

 view release on metacpan or  search on metacpan

misc/trun.plx  view on Meta::CPAN

#!/usr/bin/env perl
use 5.012;
use lib 't';
use MyTest;
use Test::More;

die "usage: $0 <test name>" unless @ARGV;

Test::Catch::run(@ARGV);

done_testing();

t/dispatcher.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[callbackdispatcher]';

t/endian.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[endian]';

t/error.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[error]';

t/excepted.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[excepted]';

t/exception.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't';
use MyTest;
use Test::More;
use Test::Catch;

plan skip_all => 'available for linux only' unless $^O eq 'linux';

catch_run('[exception]');

done_testing;

t/from_chars.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[from_chars]';

t/function.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[function]';

t/intrusive_chain.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[intrusive_chain]';

t/iptr.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[iptr]';

t/owning_list.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[owning_list]';

t/string_char.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[string_char]';

t/string_char16.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[string_char16]';

t/string_char32.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[string_char32]';

t/string_containers.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[string_containers]';

t/string_wchar.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[string_wchar]';

t/to_chars.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[to_chars]';

t/traits.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[traits]';

t/varint.t  view on Meta::CPAN

use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[varint]';



( run in 0.417 second using v1.01-cache-2.11-cpan-87723dcf8b7 )