From cba83d93d8b47cc044e8d093049d23aba5d8b6ed Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 4 Apr 2020 19:34:10 +1300 Subject: Add test plans for Thanks, Vote --- test.pl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'test.pl') diff --git a/test.pl b/test.pl index a64e986..fbce463 100755 --- a/test.pl +++ b/test.pl @@ -2,10 +2,8 @@ use Test::Harness; -my @t = ( - "test/test_autojoin.t", - "test/test_echo.t", - "test/test_ping.t", -); +my @tests = map {"test/test_$_.t"} qw/ + autojoin echo ping thanks vote +/; -runtests(@t); +runtests(@tests); -- cgit v1.1