diff options
Diffstat (limited to 't/10loop-select-io.t')
-rw-r--r-- | t/10loop-select-io.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/10loop-select-io.t b/t/10loop-select-io.t new file mode 100644 index 0000000..b3e3916 --- /dev/null +++ b/t/10loop-select-io.t @@ -0,0 +1,7 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +use IO::Async::LoopTests; +run_tests( 'IO::Async::Loop::Select', 'io' ); |