diff options
Diffstat (limited to 'doc/fate.texi')
-rw-r--r-- | doc/fate.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/fate.texi b/doc/fate.texi index 1612bdf1e0..07d8c53599 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -166,9 +166,11 @@ the synchronisation of the samples directory. @item THREADS Specify how many threads to use while running regression tests, it is quite useful to detect thread-related regressions. +@item CPUFLAGS + Specify CPU flags. @end table Example: @example -make V=1 SAMPLES=/var/fate/samples THREADS=2 fate -@end example
\ No newline at end of file +make V=1 SAMPLES=/var/fate/samples THREADS=2 CPUFLAGS=mmx fate +@end example |