aboutsummaryrefslogtreecommitdiff
path: root/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test.pl')
-rwxr-xr-xtest.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/test.pl b/test.pl
new file mode 100755
index 0000000..a64e986
--- /dev/null
+++ b/test.pl
@@ -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);