summaryrefslogtreecommitdiff
path: root/tests/checkasm/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-20 19:10:56 +0100
committerClément Bœsch <u@pkh.me>2017-03-20 19:10:56 +0100
commit84147554865b5e34b8e81d4e9a1a238817e5d81e (patch)
tree66ff9a57db2dc4af67ba96886f640f34c2b5d132 /tests/checkasm/Makefile
parentc50b2164a6cd68b32df0cfacf63ceb6665326373 (diff)
parente9ef6171396dc4106526aaa86b620c61ca3d1017 (diff)
Merge commit 'e9ef6171396dc4106526aaa86b620c61ca3d1017'
* commit 'e9ef6171396dc4106526aaa86b620c61ca3d1017': checkasm: add tests for audiodsp Merged-by: Clément Bœsch <u@pkh.me>
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 06b22f3764..5cd92c432c 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_FLACDSP) += flacdsp.o