[FFmpeg-devel] [PATCH] doc/fate: advise on --assert-level=2
Nicolas Gaullier
nicolas.gaullier at cji.paris
Mon Mar 11 12:16:06 EET 2024
Signed-off-by: Nicolas Gaullier <nicolas.gaullier at cji.paris>
---
doc/fate.texi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/doc/fate.texi b/doc/fate.texi
index 2fa8c34c2d..2fa7c70251 100644
--- a/doc/fate.texi
+++ b/doc/fate.texi
@@ -79,6 +79,13 @@ 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
+ at option{--assert-level=<level>} at configuration time, e.g. when seeking
+the highest possible test coverage:
+ at example
+./configure --assert-level=2
+ at end example
+
To get the complete list of tests, run the command:
@example
make fate-list
--
2.30.2
More information about the ffmpeg-devel
mailing list