summaryrefslogtreecommitdiff
path: root/doc/fate.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-03-05 08:05:56 +0100
committerAnton Khirnov <anton@khirnov.net>2012-03-06 15:03:36 +0100
commit018f39ef496c768f7cd580a96ae971e03c78205e (patch)
tree9153f5015053247fcdbebb91814129881a805906 /doc/fate.texi
parent4138cd29077de2fbca9c49e96f70d21a78e24e33 (diff)
FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.
Diffstat (limited to 'doc/fate.texi')
-rw-r--r--doc/fate.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/fate.texi b/doc/fate.texi
index b4f520fef9..c1011e73f8 100644
--- a/doc/fate.texi
+++ b/doc/fate.texi
@@ -75,10 +75,12 @@ 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.
+@item CPUFLAGS
+Specify a mask to be applied to autodetected CPU flags.
@end table
@example
- make V=1 SAMPLES=/var/fate/samples THREADS=2 fate
+ make V=1 SAMPLES=/var/fate/samples THREADS=2 CPUFLAGS=mmx fate
@end example
@chapter Automated Tests