File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -675,6 +675,17 @@ make -C src/bin check PROVE_FLAGS='--timer'
675
675
See the manual page of <command>prove</command> for more information.
676
676
</para>
677
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
+
678
689
<para>
679
690
The TAP tests require the Perl module <literal>IPC::Run</literal>.
680
691
This module is available from CPAN or an operating system package.
You can’t perform that action at this time.
0 commit comments