diff options
author | David Mitchell <davem@iabyn.com> | 2017-06-07 16:11:42 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2017-06-21 10:56:23 +0100 |
commit | 880cea3d7290173b31a4fdac83b3adf8be019353 (patch) | |
tree | 1463e464ff24be2a7e6a2107035e25a6e04fbe7f /t/porting/bench.t | |
parent | f9fa26a6f336f92a860634a8d69e1fe6359d0c52 (diff) | |
download | perl-880cea3d7290173b31a4fdac83b3adf8be019353.tar.gz |
rename t/porting/bench.t to bench_selftest.t
so that I can add another test script for Bench.pl which doesn't just
invoke it with --action=selftest
Diffstat (limited to 't/porting/bench.t')
-rw-r--r-- | t/porting/bench.t | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/t/porting/bench.t b/t/porting/bench.t deleted file mode 100644 index d15474c1c8..0000000000 --- a/t/porting/bench.t +++ /dev/null @@ -1,10 +0,0 @@ -#!./perl -w - -# run Porting/bench.pl's selftest - -use strict; - -chdir '..' if -f 'test.pl' && -f 'thread_it.pl'; -require './t/test.pl'; - -system "$^X -I. -MTestInit Porting/bench.pl --action=selftest"; |