diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-13 19:55:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-13 19:55:10 +0000 |
commit | 9f3d340b83c08096056627e11b2a4fd2560e12bf (patch) | |
tree | 8517204cde8026655b783f0e55f5bd2005059df6 /t/TEST | |
parent | 5f0d9a5e98d41781cedaccfd3e6a8e18e84d1226 (diff) | |
download | perl-9f3d340b83c08096056627e11b2a4fd2560e12bf.tar.gz |
Start a new test category: uni. Much of t/op/pat
should probably be moved here, but holding on that
until Jeffrey finishes his big mktables rewrite.
Bits and pieces of op/split, op/pack, op/append,
op/join, could probably be moved to respective uni
tests, too.
p4raw-id: //depot/perl@14249
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ sub _find_tests { } unless (@ARGV) { - foreach my $dir (qw(base comp cmd run io op)) { + foreach my $dir (qw(base comp cmd run io op uni)) { _find_tests($dir); } _find_tests("lib") unless $core; |