git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
checkasm: add tests for audiodsp
[ffmpeg.git]
/
tests
/
checkasm
/
checkasm.c
diff --git
a/tests/checkasm/checkasm.c
b/tests/checkasm/checkasm.c
index
525284a
..
c279ed1
100644
(file)
--- a/
tests/checkasm/checkasm.c
+++ b/
tests/checkasm/checkasm.c
@@
-64,6
+64,9
@@
static const struct {
const char *name;
void (*func)(void);
} tests[] = {
+#if CONFIG_AUDIODSP
+ { "audiodsp", checkasm_check_audiodsp },
+#endif
#if CONFIG_BLOCKDSP
{ "blockdsp", checkasm_check_blockdsp },
#endif