From: Jarkko Hietaniemi Date: Sun, 18 Feb 2001 17:01:06 +0000 (+0000) Subject: Add run/*.t to testables. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec947e58a094f17c7337a09660f45c575423e7e1;p=p5sagit%2Fp5-mst-13.2.git Add run/*.t to testables. p4raw-id: //depot/perl@8823 --- diff --git a/t/TEST b/t/TEST index 9b988b8..cf402bd 100755 --- a/t/TEST +++ b/t/TEST @@ -27,7 +27,7 @@ $ENV{EMXSHELL} = 'sh'; # For OS/2 if ($#ARGV == -1) { @ARGV = split(/[ \n]/, - `echo base/*.t comp/*.t cmd/*.t io/*.t; echo op/*.t pragma/*.t lib/*.t`); + `echo base/*.t comp/*.t cmd/*.t run/*.t io/*.t; echo op/*.t pragma/*.t lib/*.t`); } %infinite = ( 'comp/require.t', 1, 'op/bop.t', 1, 'lib/hostname.t', 1 );