summaryrefslogtreecommitdiff
path: root/t/14loop-select-child.t
diff options
context:
space:
mode:
Diffstat (limited to 't/14loop-select-child.t')
-rw-r--r--t/14loop-select-child.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/14loop-select-child.t b/t/14loop-select-child.t
new file mode 100644
index 0000000..8e31e23
--- /dev/null
+++ b/t/14loop-select-child.t
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use IO::Async::LoopTests;
+run_tests( 'IO::Async::Loop::Select', 'child' );