[FFmpeg-devel] [PATCH 6/6] doc/developer: Require new modules to include tests
Anton Khirnov
anton at khirnov.net
Mon Jun 19 19:06:36 EEST 2023
Quoting Michael Niedermayer (2023-06-18 23:50:21)
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
> doc/developer.texi | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/doc/developer.texi b/doc/developer.texi
> index a7da2ce2d5..0c2f2cd7d1 100644
> --- a/doc/developer.texi
> +++ b/doc/developer.texi
> @@ -805,7 +805,10 @@ Lines with similar content should be aligned vertically when doing so
> improves readability.
>
> @item
> -Consider adding a regression test for your code.
> +Consider adding a regression test for your code. All new modules
> +should be covered by tests. That includes demuxers, muxers, decoders, encoders
s/should/must/?
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list