diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2023-06-18 23:44:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2023-06-24 01:50:24 +0200 |
commit | 3323b515abc1cda20510e5e5d7ae4f3d7419ec8e (patch) | |
tree | 1103047aa9e95d420ad5db771466b75ec6c5eb9b | |
parent | a9d41ab89016fabe5d2f0dba4d10b2580608d428 (diff) | |
download | ffmpeg-3323b515abc1cda20510e5e5d7ae4f3d7419ec8e.tar.gz |
doc/developer: Require new modules to include tests
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/developer.texi | 5 |
1 files changed, 4 insertions, 1 deletions
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 +filters, bitstream filters, parsers. If its not possible to do that, add +an explanation why to your patchset, its ok to not test if theres a reason. @item If you added YASM code please check that things still work with --disable-yasm. |