diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-11-24 10:15:01 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-03-20 10:52:17 +0100 |
commit | f4dd302a3862fa5e2cc26cf72c842a242681196f (patch) | |
tree | 0c19c51586e931446f754b406905adda3dfc24b8 | |
parent | a36ad2c649c5da5e09d6f4491c5b9e18194e7289 (diff) | |
download | ffmpeg-f4dd302a3862fa5e2cc26cf72c842a242681196f.tar.gz |
doc/developer.texi: document checkasm
-rw-r--r-- | doc/developer.texi | 4 |
1 files changed, 4 insertions, 0 deletions
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 +@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: |