diff mbox series

[FFmpeg-devel,2/3] doc/developer.texi: document checkasm

Message ID 20230315140746.14692-2-anton@khirnov.net
State Accepted
Commit f4dd302a3862fa5e2cc26cf72c842a242681196f
Headers show
Series [FFmpeg-devel,1/3] doc/developer.texi: document the use of other languages than C | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Anton Khirnov March 15, 2023, 2:07 p.m. UTC
---
 doc/developer.texi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Stefano Sabatini March 20, 2023, 10:13 p.m. UTC | #1
On date Wednesday 2023-03-15 15:07:45 +0100, Anton Khirnov wrote:
> ---
>  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
> +@file{tests/checkasm}. All new assembly should come with @code{checkasm} tests;
> +adding tests for existing assembly that lacks them is also strongly encouraged.

LGTM, thanks.
diff mbox series

Patch

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: