From 8b405cba157a912a7bf5dcc8b16a5f63c220b328 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Tue, 21 Oct 2014 13:41:16 +0100 Subject: [PATCH] rename t/op/opt.t -> t/perf/optree.t Now that we have a directory, t/perf/, for perfomance /optimsation tests, move this test file there, and rename to something slightly clearer. --- MANIFEST | 2 +- t/{op/opt.t => perf/optree.t} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename t/{op/opt.t => perf/optree.t} (100%) diff --git a/MANIFEST b/MANIFEST index 0297736..29802f1 100644 --- a/MANIFEST +++ b/MANIFEST @@ -5250,7 +5250,6 @@ t/op/negate.t See if unary minus works t/op/not.t See if not works t/op/numconvert.t See if accessing fields does not change numeric values t/op/oct.t See if oct and hex work -t/op/opt.t Test presence of some op optimisations t/op/ord.t See if ord works t/op/or.t See if || works in weird situations t/op/overload_integer.t See if overload::constant for integer works after "use". @@ -5341,6 +5340,7 @@ t/op/while.t See if while loops work t/op/write.t See if write works (formats work) t/op/yadayada.t See if ... works t/perf/opcount.t See if optimised subs have the right op counts +t/perf/optree.t Test presence of some op optimisations t/perl.supp Perl valgrind suppressions t/porting/args_assert.t Check that all PERL_ARGS_ASSERT* macros are used t/porting/authors.t Check that all authors have been acknowledged diff --git a/t/op/opt.t b/t/perf/optree.t similarity index 100% rename from t/op/opt.t rename to t/perf/optree.t -- 1.8.3.1