This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 477e2dbc39 checkasm: Add a comment about adding new tests to 
checkasm.mak
477e2dbc39 is described below

commit 477e2dbc39b80e2c66c148140c095baa7735a475
Author:     Martin Storsjö <[email protected]>
AuthorDate: Tue Dec 2 14:24:30 2025 +0200
Commit:     Martin Storsjö <[email protected]>
CommitDate: Tue Dec 16 09:47:05 2025 +0000

    checkasm: Add a comment about adding new tests to checkasm.mak
---
 tests/checkasm/checkasm.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index 268e600346..62fa7fef12 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -115,6 +115,9 @@ static const struct {
     const char *name;
     void (*func)(void);
 } tests[] = {
+    /* NOTE: When adding a new test to this list here, it also needs to be
+     * added in tests/fate/checkasm.mak, otherwise it doesn't get executed
+     * as part of "make fate" or "make fate-checkasm". */
 #if CONFIG_AVCODEC
     #if CONFIG_AAC_DECODER
         { "aacpsdsp", checkasm_check_aacpsdsp },
@@ -347,6 +350,9 @@ static const struct {
         { "av_tx",     checkasm_check_av_tx },
 #endif
     { NULL }
+    /* NOTE: When adding a new test to this list here, it also needs to be
+     * added in tests/fate/checkasm.mak, otherwise it doesn't get executed
+     * as part of "make fate" or "make fate-checkasm". */
 };
 
 /* List of cpu flags to check */

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to