summaryrefslogtreecommitdiff
path: root/tests/checkasm/Makefile
diff options
context:
space:
mode:
authorJosh de Kock <josh@itanimul.li>2020-05-13 16:02:53 +0100
committerJosh de Kock <josh@itanimul.li>2020-05-15 10:29:30 +0100
commit5913cd4e6c4b8b37c4933123212e90e6970ff19d (patch)
tree17034ea91edb96e6a8fcc34f5459556d07dbb0d1 /tests/checkasm/Makefile
parent3ce1b2bf8d75708ea041f6bbad86b2b249643b9a (diff)
checkasm: add hscale test
This tests the hscale 8bpp to 14/18bpp functions with different filter sizes. Signed-off-by: Josh de Kock <josh@itanimul.li>
Diffstat (limited to 'tests/checkasm/Makefile')
-rw-r--r--tests/checkasm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile
index de850c016e..9e9569777b 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -45,7 +45,7 @@ AVFILTEROBJS-$(CONFIG_NLMEANS_FILTER) += vf_nlmeans.o
CHECKASMOBJS-$(CONFIG_AVFILTER) += $(AVFILTEROBJS-yes)
# swscale tests
-SWSCALEOBJS += sw_rgb.o
+SWSCALEOBJS += sw_rgb.o sw_scale.o
CHECKASMOBJS-$(CONFIG_SWSCALE) += $(SWSCALEOBJS)