summaryrefslogtreecommitdiff
path: root/tests/checkasm/Makefile
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/Makefile
parent2eb97af66af90ca3978229da151f0b8b3a5d9370 (diff)
checkasm: add tests for audiodsp
Diffstat (limited to 'tests/checkasm/Makefile')
-rw-r--r--tests/checkasm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile
index 7862633997..f66c8b934e 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -1,5 +1,6 @@
# libavcodec tests
# subsystems
+AVCODECOBJS-$(CONFIG_AUDIODSP) += audiodsp.o
AVCODECOBJS-$(CONFIG_BLOCKDSP) += blockdsp.o
AVCODECOBJS-$(CONFIG_BSWAPDSP) += bswapdsp.o
AVCODECOBJS-$(CONFIG_FMTCONVERT) += fmtconvert.o