]> granicus.if.org Git - fortune-mod/commitdiff
Add another test.
authorShlomi Fish <shlomif@shlomifish.org>
Thu, 8 Dec 2016 14:06:07 +0000 (16:06 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Thu, 8 Dec 2016 14:06:07 +0000 (16:06 +0200)
fortune-mod/run-tests.pl

index 77f962ac61c6363680601f800eacbbcce4a536b6..938329c234bdab9574b97ff6ca91d63e65b2f6c6 100644 (file)
@@ -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")]});