From c7f294b6d22e1201c9d1f826a73160fe467274a0 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Tue, 21 Oct 2014 15:43:01 +0100 Subject: [PATCH] add note about t/perf/ to t/README --- t/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/README b/t/README index e35af99..97ba6fd 100644 --- 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 -- 1.8.3.1