From 2cb34f82b92c15b811f5c03dc7f61a4baf6e02e3 Mon Sep 17 00:00:00 2001 From: Henrik Gramner Date: Mon, 13 Jul 2015 23:11:25 +0200 Subject: checkasm: Add unit tests for h264qpel Signed-off-by: Luca Barbato --- tests/checkasm/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/checkasm/Makefile') diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile index 33e2c09dc6..0758746bc4 100644 --- a/tests/checkasm/Makefile +++ b/tests/checkasm/Makefile @@ -1,5 +1,6 @@ # libavcodec tests AVCODECOBJS-$(CONFIG_H264PRED) += h264pred.o +AVCODECOBJS-$(CONFIG_H264QPEL) += h264qpel.o CHECKASMOBJS-$(CONFIG_AVCODEC) += $(AVCODECOBJS-yes) -- cgit v1.2.3