aboutsummaryrefslogtreecommitdiff
path: root/test.pl
blob: a64e986e3c53e34c8c7e987a7b6e4c1739c587e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env perl

use Test::Harness;

my @t = (
	"test/test_autojoin.t",
	"test/test_echo.t",
	"test/test_ping.t",
);

runtests(@t);