[FFmpeg-cvslog] doc/fate: add note about showing test names and running a tests subset

Stefano Sabatini git at videolan.org
Wed Apr 6 10:23:48 EEST 2022


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Apr  3 15:22:09 2022 +0200| [67c1078046af19d7649b50106fb407302a0e5b61] | committer: Thilo Borgmann

doc/fate: add note about showing test names and running a tests subset

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67c1078046af19d7649b50106fb407302a0e5b61
---

 doc/fate.texi | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/fate.texi b/doc/fate.texi
index c3550785a1..8450856015 100644
--- a/doc/fate.texi
+++ b/doc/fate.texi
@@ -79,6 +79,21 @@ Do not put a '~' character in the samples path to indicate a home
 directory. Because of shell nuances, this will cause FATE to fail.
 @end float
 
+To get the complete list of tests, run the command:
+ at example
+make fate-list
+ at end example
+
+You can specify a subset of tests to run by specifying the
+corresponding elements from the list with the @code{fate-} prefix,
+e.g. as in:
+ at example
+make fate-ffprobe_compact fate-ffprobe_xml
+ at end example
+
+This makes it easier to run a few tests in case of failure without
+running the complete test suite.
+
 To use a custom wrapper to run the test, pass @option{--target-exec} to
 @command{configure} or set the @var{TARGET_EXEC} Make variable.
 



More information about the ffmpeg-cvslog mailing list