summaryrefslogtreecommitdiff
path: root/tests/checkasm/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-04-11 17:12:21 -0300
committerJames Almer <jamrial@gmail.com>2017-04-11 18:05:13 -0300
commit7b3cb953f7d790c1ca26dd3da17ba6aea38918fd (patch)
tree63b271137c52fcb07236b9e3ec9af14c62b6b483 /tests/checkasm/Makefile
parent3041b5d03ba3ea5be7f54be62ffa2a586d0fce43 (diff)
checkasm: add fixed_dsp tests
Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/checkasm/Makefile')
-rw-r--r--tests/checkasm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile
index 4e103f43ed..cbe614b1fd 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -29,6 +29,9 @@ AVFILTEROBJS-$(CONFIG_COLORSPACE_FILTER) += vf_colorspace.o
CHECKASMOBJS-$(CONFIG_AVFILTER) += $(AVFILTEROBJS-yes)
+AVUTILOBJS += fixed_dsp.o
+
+CHECKASMOBJS-$(CONFIG_AVUTIL) += $(AVUTILOBJS)
CHECKASMOBJS-$(ARCH_AARCH64) += aarch64/checkasm.o
CHECKASMOBJS-$(HAVE_ARMV5TE_EXTERNAL) += arm/checkasm.o