Commit f0308af5 authored by Michael Niedermayer's avatar Michael Niedermayer

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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents b0edd599 270d7e3a
This diff is collapsed.
...@@ -153,20 +153,20 @@ the synchronisation of the samples directory. ...@@ -153,20 +153,20 @@ the synchronisation of the samples directory.
@table @option @table @option
@item fate-rsync @item fate-rsync
Download/synchronize sample files to the configured samples directory. Download/synchronize sample files to the configured samples directory.
@item fate-list @item fate-list
Will list all fate/regression test targets. Will list all fate/regression test targets.
@item fate @item fate
Run the FATE test suite (requires the fate-suite dataset). Run the FATE test suite (requires the fate-suite dataset).
@end table @end table
@section Makefile variables @section Makefile variables
@table @option @table @option
@item V @item V
Verbosity level, can be set to 0, 1 or 2. Verbosity level, can be set to 0, 1 or 2.
@itemize @itemize
@item 0: show just the test arguments @item 0: show just the test arguments
@item 1: show just the command used in the test @item 1: show just the command used in the test
...@@ -174,22 +174,26 @@ the synchronisation of the samples directory. ...@@ -174,22 +174,26 @@ the synchronisation of the samples directory.
@end itemize @end itemize
@item SAMPLES @item SAMPLES
Specify or override the path to the FATE samples at make time, it has a Specify or override the path to the FATE samples at make time, it has a
meaning only while running the regression tests. meaning only while running the regression tests.
@item THREADS @item THREADS
Specify how many threads to use while running regression tests, it is Specify how many threads to use while running regression tests, it is
quite useful to detect thread-related regressions. quite useful to detect thread-related regressions.
@item THREAD_TYPE @item THREAD_TYPE
Specify which threading strategy test, either @var{slice} or @var{frame}, Specify which threading strategy test, either @var{slice} or @var{frame},
by default @var{slice+frame} by default @var{slice+frame}
@item CPUFLAGS @item CPUFLAGS
Specify CPU flags. Specify CPU flags.
@item TARGET_EXEC @item TARGET_EXEC
Specify or override the wrapper used to run the tests. Specify or override the wrapper used to run the tests.
The @var{TARGET_EXEC} option provides a way to run FATE wrapped in 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 @command{valgrind}, @command{qemu-user} or @command{wine} or on remote targets
through @command{ssh}. through @command{ssh}.
@item GEN @item GEN
Set to @var{1} to generate the missing or mismatched references. Set to @var{1} to generate the missing or mismatched references.
@end table @end table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment