From 560a595899e8c166737114d0d0b77920d9e26dc5 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Tue, 21 Oct 2014 13:25:25 +0100 Subject: 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 --- t/TEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/TEST') 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) { -- cgit v1.2.1