summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2014-10-21 13:25:25 +0100
committerDavid Mitchell <davem@iabyn.com>2014-10-26 16:53:50 +0000
commit560a595899e8c166737114d0d0b77920d9e26dc5 (patch)
treeb61bb235c3518dba3df44e6474413558ee16fbbf /t/TEST
parent07308ed1589cc2f7837b5d3a1303d200a49b9338 (diff)
downloadperl-560a595899e8c166737114d0d0b77920d9e26dc5.tar.gz
add t/perf/, t/perf/opcount.t
Add a new directory designed to hold performance / optimising tests and infrastructure, and add the first test file, opcount.t, that checks that a sub has the right numbers of particular op types
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 5d25af682e..42fccabf68 100755
--- a/t/TEST
+++ b/t/TEST
@@ -428,7 +428,7 @@ unless (@ARGV) {
# then comp, to validate that require works
# then run, to validate that -M works
# then we know we can -MTestInit for everything else, making life simpler
- foreach my $dir (qw(base comp run cmd io re opbasic op uni mro)) {
+ foreach my $dir (qw(base comp run cmd io re opbasic op uni mro perf)) {
_find_tests($dir);
}
unless ($::core) {