diff options
Diffstat (limited to 'test.pl')
-rwxr-xr-x | test.pl | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#!/usr/bin/env perl + +use Test::Harness; + +my @t = ( + "test/test_autojoin.t", + "test/test_echo.t", + "test/test_ping.t", +); + +runtests(@t); |