doc/fate: advise on --assert-level=2

Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Nicolas Gaullier 2024-03-12 13:09:20 +01:00 committed by Michael Niedermayer
parent d1e446f2e1
commit b96571df3a
No known key found for this signature in database
GPG Key ID: B18E8928B3948D64
1 changed files with 8 additions and 0 deletions

View File

@ -79,6 +79,14 @@ Do not put a '~' character in the samples path to indicate a home
directory. Because of shell nuances, this will cause FATE to fail.
@end float
Beware that some assertions are disabled by default, so mind setting
@option{--assert-level=<level>} at configuration time, e.g. when seeking
the highest possible test coverage:
@example
./configure --assert-level=2
@end example
Note that raising the assert level could have a performance impact.
To get the complete list of tests, run the command:
@example
make fate-list