#!/usr/bin/env perl use Test::Harness; my @tests = map {"test/test_$_.t"} qw/ autojoin echo ping random thanks vote /; runtests(@tests);