summaryrefslogtreecommitdiff
path: root/tests/checkasm/checkasm.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-08-09 18:10:26 +0200
committerAnton Khirnov <anton@khirnov.net>2016-09-22 09:47:52 +0200
commite9ef6171396dc4106526aaa86b620c61ca3d1017 (patch)
treec244145877956b24bb560801709c6b9ba0893f97 /tests/checkasm/checkasm.c
parent2eb97af66af90ca3978229da151f0b8b3a5d9370 (diff)
checkasm: add tests for audiodsp
Diffstat (limited to 'tests/checkasm/checkasm.c')
-rw-r--r--tests/checkasm/checkasm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index 525284ad4b..c279ed17fc 100644
--- 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