From: Shlomi Fish Date: Thu, 8 Dec 2016 14:06:07 +0000 (+0200) Subject: Add another test. X-Git-Tag: fortune-mod-1.99.3~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=499451f67bf9631e05918fa07b437f9485e76638;p=fortune-mod Add another test. --- diff --git a/fortune-mod/run-tests.pl b/fortune-mod/run-tests.pl index 77f962a..938329c 100644 --- a/fortune-mod/run-tests.pl +++ b/fortune-mod/run-tests.pl @@ -28,4 +28,5 @@ sub do_system die "Running [@$cmd] failed!"; } } -do_system({cmd => [$^X , "$src_dir/tests/trailing-space-and-CRs.pl"]}) +do_system({cmd => [$^X , "$src_dir/tests/trailing-space-and-CRs.pl"]}); +do_system({cmd => ['prove', glob("$src_dir/tests/t/*.t")]});