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

runtests(@tests);