summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-06-07 16:47:42 +0100
committerDavid Mitchell <davem@iabyn.com>2017-06-21 10:56:23 +0100
commit6568b26dddaf1bc89610d859ebe908bebdeb714c (patch)
tree902fad1c753aa5847a620d850f94c2a90cdd3b5d /MANIFEST
parent9355d1be4ae1e15e7de10cd108039982590acadf (diff)
downloadperl-6568b26dddaf1bc89610d859ebe908bebdeb714c.tar.gz
add t/porting/bench.t
This script tests the functionality of Porting/bench.pl - but currently only on Linux, and only when valgrind and the .git/ dir are present. (an earlier script of the same name has recently been renamed to t/porting/bench_selftest.t.) Its minimal at the moment; it will be added to as bugs in bench.pl are addressed.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 0c30190405..05c07498a3 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5742,6 +5742,7 @@ t/perf/taint.t See if optimisations are keeping things fast (taint issues)
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
+t/porting/bench.t Check Porting/bench.pl runs ok
t/porting/bench_selftest.t run Porting/bench.pl's selftest facility
t/porting/bincompat.t Check that {non_,}bincompat_options are ordered
t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly