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