We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a886090 commit 9c49684Copy full SHA for 9c49684
doc/src/sgml/regress.sgml
@@ -675,6 +675,17 @@ make -C src/bin check PROVE_FLAGS='--timer'
675
See the manual page of <command>prove</command> for more information.
676
</para>
677
678
+ <para>
679
+ The <command>make</command> variable <varname>PROVE_TESTS</varname>
680
+ can be used to define a whitespace-separated list of paths relative
681
+ to the <filename>Makefile</filename> invoking <command>prove</command>
682
+ to run the specified subset of tests instead of the default
683
+ <filename>t/*.pl</filename>. For example:
684
+<programlisting>
685
+make check PROVE_TESTS='t/001_test1.pl t/003_test3.pl'
686
+</programlisting>
687
+ </para>
688
+
689
<para>
690
The TAP tests require the Perl module <literal>IPC::Run</literal>.
691
This module is available from CPAN or an operating system package.
0 commit comments