summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-01-15 07:05:06 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-01-15 07:05:06 +0000
commit37fca15ea0eeedbb4ad8954058c4cba3243e867c (patch)
tree59ff7c19ea01b5d1ea2449a3c774a7f74a187cae /t/harness
parent05ec9bb346c404c8906ed1ac374d4bce61c84f5d (diff)
downloadperl-37fca15ea0eeedbb4ad8954058c4cba3243e867c.tar.gz
Blind integrate of bulk of mainline.
p4raw-id: //depot/perlio@14265
Diffstat (limited to 't/harness')
-rw-r--r--t/harness1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/harness b/t/harness
index 36ee4ce6da..330cc43b3f 100644
--- a/t/harness
+++ b/t/harness
@@ -50,6 +50,7 @@ if (@ARGV) {
push @tests, <run/*.t>;
push @tests, <io/*.t>;
push @tests, <op/*.t>;
+ push @tests, <uni/*.t>;
push @tests, <lib/*.t>;
use File::Spec;
my $updir = File::Spec->updir;