We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f073e commit d6b0c29Copy full SHA for d6b0c29
t/02-xsdynamic.t
@@ -11,9 +11,9 @@ use MakeMaker::Test::Utils;
11
use MakeMaker::Test::Setup::XS;
12
use Test::More;
13
14
+plan skip_all => 'Dynaloading not enabled' if !$Config{usedl} or $Config{usedl} ne 'define';
15
plan skip_all => "ExtUtils::CBuilder not installed or couldn't find a compiler"
16
unless have_compiler();
-plan skip_all => 'Dynaloading not enabled' if $Config{usedl} ne 'define';
17
my @tests = list_dynamic();
18
plan skip_all => "No tests" unless @tests;
19
plan tests => 6 * @tests;
0 commit comments