diff options
author | David Mitchell <davem@iabyn.com> | 2014-10-21 13:25:25 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2014-10-26 16:53:50 +0000 |
commit | 560a595899e8c166737114d0d0b77920d9e26dc5 (patch) | |
tree | b61bb235c3518dba3df44e6474413558ee16fbbf /MANIFEST | |
parent | 07308ed1589cc2f7837b5d3a1303d200a49b9338 (diff) | |
download | perl-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 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5340,6 +5340,7 @@ t/op/warn.t See if warn works 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/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 |