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