This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24fb648
)
add note about t/perf/ to t/README
author
David Mitchell
<davem@iabyn.com>
Tue, 21 Oct 2014 14:43:01 +0000
(15:43 +0100)
committer
David Mitchell
<davem@iabyn.com>
Sun, 26 Oct 2014 16:53:50 +0000
(16:53 +0000)
t/README
patch
|
blob
|
blame
|
history
diff --git
a/t/README
b/t/README
index
e35af99
..
97ba6fd
100644
(file)
--- a/
t/README
+++ b/
t/README
@@
-29,3
+29,7
@@
t/base/ directory fail.
Tests in the t/comp/, t/cmd/, t/run/, t/io/, t/op/ and t/uni/ directories
should also be runnable by miniperl and not require Config.pm, but
failures to comply will not cause TEST to abort like for t/base/.
+
+Tests in t/perf/ are designed to test performance and optimisations,
+and also contain additional tools and files designed to run outside
+of the test suite