Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
270d7e3a
Commit
270d7e3a
authored
Mar 26, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: cosmetics: Consistently format list and table items
parent
bf4b0ed1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
+18
-6
developer.texi
doc/developer.texi
+0
-0
fate.texi
doc/fate.texi
+18
-6
No files found.
doc/developer.texi
View file @
270d7e3a
This diff is collapsed.
Click to expand it.
doc/fate.texi
View file @
270d7e3a
...
@@ -51,11 +51,14 @@ Specific Makefile targets and Makefile variables are available:
...
@@ -51,11 +51,14 @@ Specific Makefile targets and Makefile variables are available:
@anchor
{
Makefile target
}
@anchor
{
Makefile target
}
@section FATE Makefile targets
@section FATE Makefile targets
@table @option
@table @option
@item fate-list
@item fate-list
List all fate/regression test targets.
List all fate/regression test targets.
@item fate-rsync
@item fate-rsync
Shortcut to download the fate test samples to the specified testsuite location.
Shortcut to download the fate test samples to the specified testsuite location.
@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
...
@@ -64,27 +67,36 @@ Run the FATE test suite (requires the fate-suite dataset).
...
@@ -64,27 +67,36 @@ Run the FATE test suite (requires the fate-suite dataset).
@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.
@table @option
@table @option
@item 0
@item 0
show just the test arguments
show just the test arguments
@item 1
show just the command used in the test
@item 1
@item 2
show just the command used in the test
show everything
@item 2
show everything
@end table
@end table
@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 a mask to be applied to autodetected CPU flags.
Specify a mask to be applied to autodetected 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.
@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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment