From 19d96d0c8a7599350366ad8c3d13c8c74f46b4a6 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 4 Apr 2020 21:15:13 +1300 Subject: Add test plan for Men --- test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.pl') diff --git a/test.pl b/test.pl index b819e0e..69b1e60 100755 --- a/test.pl +++ b/test.pl @@ -3,7 +3,7 @@ use Test::Harness; my @tests = map {"test/test_$_.t"} qw/ - autojoin echo ping random thanks vote + autojoin echo men ping random thanks vote /; runtests(@tests); -- cgit v1.1