summaryrefslogtreecommitdiff
path: root/t/12loop-poll-signal.t
diff options
context:
space:
mode:
Diffstat (limited to 't/12loop-poll-signal.t')
-rw-r--r--t/12loop-poll-signal.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/12loop-poll-signal.t b/t/12loop-poll-signal.t
new file mode 100644
index 0000000..4c8ef24
--- /dev/null
+++ b/t/12loop-poll-signal.t
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use IO::Async::LoopTests;
+Test::More::plan skip_all => "This OS does not have signals" unless IO::Async::OS->HAVE_SIGNALS;
+
+run_tests( 'IO::Async::Loop::Poll', 'signal' );