summaryrefslogtreecommitdiff
path: root/tests/checkasm/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-04-11 17:16:56 -0300
committerJames Almer <jamrial@gmail.com>2017-06-14 19:20:10 -0300
commit5b10f484e2b35e06825973970423744d81f91df2 (patch)
treec8c15e986cc106d240d6e09c8ab757ecd7ac0a50 /tests/checkasm/Makefile
parent37388b119cf814c2af349e7acba32e33ea30c343 (diff)
checkasm: add float_dsp tests
Ported from libavutil/tests/float_dsp.c Signed-off-by: James Almer <jamrial@gmail.com>
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 cbe614b1fd..9cff0d538a 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -30,6 +30,7 @@ AVFILTEROBJS-$(CONFIG_COLORSPACE_FILTER) += vf_colorspace.o
CHECKASMOBJS-$(CONFIG_AVFILTER) += $(AVFILTEROBJS-yes)
AVUTILOBJS += fixed_dsp.o
+AVUTILOBJS += float_dsp.o
CHECKASMOBJS-$(CONFIG_AVUTIL) += $(AVUTILOBJS)