diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-28 14:07:34 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-28 14:21:11 +0200 |
commit | f0308af5fac9f009ed05044bb3e2749a8868d8a3 (patch) | |
tree | c75c29e26a7c6559459a56f9c5e6a887fcc2b6da /doc/fate.texi | |
parent | b0edd599940491d04a49b6b4e85189460313ebd9 (diff) | |
parent | 270d7e3a1802b0a3e091fe5083a89b092b595495 (diff) | |
download | ffmpeg-f0308af5fac9f009ed05044bb3e2749a8868d8a3.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
doc: cosmetics: Consistently format list and table items
Conflicts:
doc/developer.texi
doc/fate.texi
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/fate.texi')
-rw-r--r-- | doc/fate.texi | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/doc/fate.texi b/doc/fate.texi index cbdaa1244f..4e5cbd7d0f 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -153,20 +153,20 @@ the synchronisation of the samples directory. @table @option @item fate-rsync - Download/synchronize sample files to the configured samples directory. +Download/synchronize sample files to the configured samples directory. @item fate-list - Will list all fate/regression test targets. +Will list all fate/regression test targets. @item fate - Run the FATE test suite (requires the fate-suite dataset). +Run the FATE test suite (requires the fate-suite dataset). @end table @section Makefile variables @table @option @item V - Verbosity level, can be set to 0, 1 or 2. +Verbosity level, can be set to 0, 1 or 2. @itemize @item 0: show just the test arguments @item 1: show just the command used in the test @@ -174,22 +174,26 @@ the synchronisation of the samples directory. @end itemize @item SAMPLES - Specify or override the path to the FATE samples at make time, it has a - meaning only while running the regression tests. +Specify or override the path to the FATE samples at make time, it has a +meaning only while running the regression tests. @item THREADS - Specify how many threads to use while running regression tests, it is - quite useful to detect thread-related regressions. +Specify how many threads to use while running regression tests, it is +quite useful to detect thread-related regressions. + @item THREAD_TYPE - Specify which threading strategy test, either @var{slice} or @var{frame}, - by default @var{slice+frame} +Specify which threading strategy test, either @var{slice} or @var{frame}, +by default @var{slice+frame} + @item CPUFLAGS - Specify CPU flags. +Specify CPU flags. + @item TARGET_EXEC - Specify or override the wrapper used to run the tests. - The @var{TARGET_EXEC} option provides a way to run FATE wrapped in - @command{valgrind}, @command{qemu-user} or @command{wine} or on remote targets - through @command{ssh}. +Specify or override the wrapper used to run the tests. +The @var{TARGET_EXEC} option provides a way to run FATE wrapped in +@command{valgrind}, @command{qemu-user} or @command{wine} or on remote targets +through @command{ssh}. + @item GEN Set to @var{1} to generate the missing or mismatched references. @end table |