aboutsummaryrefslogtreecommitdiff
path: root/test.pl
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2020-04-04 20:37:11 +1300
committerDavid Phillips <david@yeah.nah.nz>2020-04-04 20:37:23 +1300
commitbb50b299de382395bd2ff7099ae1f32db3fd7a7a (patch)
treeb2eeffa616d650642c1faa378f253ccf8b37174b /test.pl
parentcba83d93d8b47cc044e8d093049d23aba5d8b6ed (diff)
downloadidalius-bb50b299de382395bd2ff7099ae1f32db3fd7a7a.tar.xz
Add test plan for Random
Diffstat (limited to 'test.pl')
-rwxr-xr-xtest.pl2
1 files changed, 1 insertions, 1 deletions
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);