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 6ca8794 commit e09f952Copy full SHA for e09f952
t/03-xsstatic.t
@@ -15,6 +15,7 @@ plan skip_all => "ExtUtils::CBuilder not installed or couldn't find a compiler"
15
unless have_compiler();
16
plan skip_all => 'Shared perl library' if $Config{useshrplib} eq 'define';
17
plan skip_all => 'MSWin32' if $^O eq 'MSWin32';
18
+plan skip_all => 'Cygwin' if $^O eq 'cygwin';
19
my @tests = list_static();
20
plan skip_all => "No tests" unless @tests;
21
plan tests => 6 * @tests;
0 commit comments