Asm-C
view release on metacpan or search on metacpan
lib/Asm/C.pm view on Meta::CPAN
500501502503504505506507508509510511512513514515516517518519520}
test
unless
caller
;
1;
# podDocumentation
__DATA__
use Time::HiRes qw(time);
use Test::More;
my $localTest = ((caller(1))[0]//'Asm::C') eq "Asm::C"; # Local testing mode
Test::More->builder->output("/dev/null") if $localTest; # Reduce number of confirmation messages during testing
if ($^O =~ m(bsd|linux)i)
{if (confirmHasCommandLineCommand(q(gcc))
&& confirmHasCommandLineCommand(q(readelf)))
{plan tests => 17
}
else
{plan skip_all =>qq(gcc or readelf missing on: $^O);
( run in 0.225 second using v1.01-cache-2.11-cpan-94b05bcf43c )