From 478ae87e939bf51e5bfc4dcfe8f9e5f2aca4781f Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Sat, 1 Sep 2001 00:41:35 +0000 Subject: Adding runtests.sh and 1.t to start the testing suite. No bug has been filed on this issue. NOT_PART_OF_BUILD. --- runtests.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 runtests.sh (limited to 'runtests.sh') diff --git a/runtests.sh b/runtests.sh new file mode 100755 index 000000000..d220f7c20 --- /dev/null +++ b/runtests.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/bonsaitools/bin/perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t -- cgit v1.2.3-24-g4f1b