You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
doc/fate: add note about showing test names and running a tests subset
This commit is contained in:
committed by
Thilo Borgmann
parent
706f12992d
commit
67c1078046
@@ -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.
|
directory. Because of shell nuances, this will cause FATE to fail.
|
||||||
@end float
|
@end float
|
||||||
|
|
||||||
|
To get the complete list of tests, run the command:
|
||||||
|
@example
|
||||||
|
make fate-list
|
||||||
|
@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:
|
||||||
|
@example
|
||||||
|
make fate-ffprobe_compact fate-ffprobe_xml
|
||||||
|
@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
|
To use a custom wrapper to run the test, pass @option{--target-exec} to
|
||||||
@command{configure} or set the @var{TARGET_EXEC} Make variable.
|
@command{configure} or set the @var{TARGET_EXEC} Make variable.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user