aboutsummaryrefslogtreecommitdiff
path: root/test.pl
blob: fbce4631ec2d760c2fedb66a0f040fbee2411e45 (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 ping thanks vote
/;

runtests(@tests);