summaryrefslogtreecommitdiff
path: root/tests/checkasm/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-08-08 21:58:17 +0200
committerAnton Khirnov <anton@khirnov.net>2016-09-22 09:47:52 +0200
commit2eb97af66af90ca3978229da151f0b8b3a5d9370 (patch)
treea1a3c31aa456023a191310ffd60599f99ca2d51a /tests/checkasm/Makefile
parenteea9857bfd6925d0c34382c00b971ee6df12ad44 (diff)
checkasm: add a test for blockdsp
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 8d3d03aa8c..7862633997 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -1,5 +1,6 @@
# libavcodec tests
# subsystems
+AVCODECOBJS-$(CONFIG_BLOCKDSP) += blockdsp.o
AVCODECOBJS-$(CONFIG_BSWAPDSP) += bswapdsp.o
AVCODECOBJS-$(CONFIG_FMTCONVERT) += fmtconvert.o
AVCODECOBJS-$(CONFIG_H264DSP) += h264dsp.o