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

use Test::Harness;

my @tests = map {"test/test_$_.t"} qw/
	autojoin echo men ping random thanks vote
/;

runtests(@tests);