summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-13 19:55:10 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-13 19:55:10 +0000
commit9f3d340b83c08096056627e11b2a4fd2560e12bf (patch)
tree8517204cde8026655b783f0e55f5bd2005059df6 /t/TEST
parent5f0d9a5e98d41781cedaccfd3e6a8e18e84d1226 (diff)
downloadperl-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-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 9f2081a5fc..b788da910b 100755
--- a/t/TEST
+++ b/t/TEST
@@ -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;