You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Update documentation for make test.
Originally committed as revision 21343 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -414,13 +414,18 @@ The regression tests build a synthetic video stream and a synthetic
|
|||||||
audio stream. These are then encoded and decoded with all codecs or
|
audio stream. These are then encoded and decoded with all codecs or
|
||||||
formats. The CRC (or MD5) of each generated file is recorded in a
|
formats. The CRC (or MD5) of each generated file is recorded in a
|
||||||
result file. A 'diff' is launched to compare the reference results and
|
result file. A 'diff' is launched to compare the reference results and
|
||||||
the result file.
|
the result file. The output is checked immediately after each test
|
||||||
|
has run.
|
||||||
|
|
||||||
The regression tests then go on to test the FFserver code with a
|
The regression tests then go on to test the FFserver code with a
|
||||||
limited set of streams. It is important that this step runs correctly
|
limited set of streams. It is important that this step runs correctly
|
||||||
as well.
|
as well.
|
||||||
|
|
||||||
Run 'make test' to test all the codecs and formats.
|
Run 'make test' to test all the codecs and formats. Commands like
|
||||||
|
'make regtest-mpeg2' can be used to run a single test. By default,
|
||||||
|
make will abort if any test fails. To run all tests regardless,
|
||||||
|
use make -k. To get a more verbose output, use 'V=1 make test' or
|
||||||
|
'V=2 make test'.
|
||||||
|
|
||||||
Run 'make fulltest' to test all the codecs, formats and FFserver.
|
Run 'make fulltest' to test all the codecs, formats and FFserver.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user