summaryrefslogtreecommitdiff
path: root/test/test.mk
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2012-06-18 13:41:17 -0700
committerYaowu Xu <yaowu@google.com>2012-06-25 17:05:52 -0700
commit532faf0f1c1f3000a7271f05db279519f7a62e91 (patch)
tree9e1fda841d41c922175b1527c4279ea2fbb6f527 /test/test.mk
parent6c86ef2ea45a136e63c068b1b5966ec81573ad77 (diff)
downloadlibvpx-532faf0f1c1f3000a7271f05db279519f7a62e91.tar
libvpx-532faf0f1c1f3000a7271f05db279519f7a62e91.tar.gz
libvpx-532faf0f1c1f3000a7271f05db279519f7a62e91.tar.bz2
libvpx-532faf0f1c1f3000a7271f05db279519f7a62e91.zip
Added unit test for 4x4 forward dct
Change-Id: I1607676879c29adc0173a3c0355a0e5d8a84fc3b
Diffstat (limited to 'test/test.mk')
-rw-r--r--test/test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.mk b/test/test.mk
index 20bcdc42a..ae5016c77 100644
--- a/test/test.mk
+++ b/test/test.mk
@@ -6,6 +6,7 @@ LIBVPX_TEST_SRCS-yes += encode_test_driver.h
LIBVPX_TEST_SRCS-yes += i420_video_source.h
LIBVPX_TEST_SRCS-yes += idctllm_test.cc
LIBVPX_TEST_SRCS-yes += intrapred_test.cc
+LIBVPX_TEST_SRCS-yes += fdct4x4_test.cc
LIBVPX_TEST_SRCS-yes += keyframe_test.cc
LIBVPX_TEST_SRCS-yes += pp_filter_test.cc
LIBVPX_TEST_SRCS-yes += resize_test.cc