[FFmpeg-cvslog] doc/developer.texi: document checkasm

Anton Khirnov git at videolan.org
Mon Mar 20 11:56:25 EET 2023


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Nov 24 10:15:01 2022 +0100| [f4dd302a3862fa5e2cc26cf72c842a242681196f] | committer: Anton Khirnov

doc/developer.texi: document checkasm

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f4dd302a3862fa5e2cc26cf72c842a242681196f
---

 doc/developer.texi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/developer.texi b/doc/developer.texi
index db5afafa4b..5e283227be 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -104,6 +104,10 @@ NASM on x86;
 GAS on ARM.
 @end itemize
 
+A unit testing framework for assembly called @code{checkasm} lives under
+ at file{tests/checkasm}. All new assembly should come with @code{checkasm} tests;
+adding tests for existing assembly that lacks them is also strongly encouraged.
+
 @subsection Other languages
 
 Other languages than C may be used in special cases:



More information about the ffmpeg-cvslog mailing list