From 9c4968469abe01a030307f49837fa2cf51fcdb4b Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Thu, 1 Mar 2018 01:50:27 -0800 Subject: [PATCH] doc: mention PROVE_TESTS in section of TAP tests. Author: Michael Paquier Discussion: https://postgr.es/m/20180217140305.GB31338@paquier.xyz --- doc/src/sgml/regress.sgml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 53716a029f..ca2716a6d7 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -675,6 +675,17 @@ make -C src/bin check PROVE_FLAGS='--timer' See the manual page of prove for more information. + + The make variable PROVE_TESTS + can be used to define a whitespace-separated list of paths relative + to the Makefile invoking prove + to run the specified subset of tests instead of the default + t/*.pl. For example: + +make check PROVE_TESTS='t/001_test1.pl t/003_test3.pl' + + + The TAP tests require the Perl module IPC::Run. This module is available from CPAN or an operating system package. -- 2.40.0