Move all tests to test/ directory
authorJohn Koleszar <jkoleszar@google.com>
Tue, 22 May 2012 18:56:31 +0000 (11:56 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 22 May 2012 22:00:10 +0000 (15:00 -0700)
Consolodate the unit tests under vp8/ to the test/ directory

Change-Id: I6d6a0fb60f5e3874a4d6710e9e121dd3e81a93db

test/boolcoder_test.cc [moved from vp8/encoder/boolcoder_test.cc with 100% similarity]
test/idctllm_test.cc [moved from vp8/common/idctllm_test.cc with 100% similarity]
test/test.mk
vp8/vp8_common.mk
vp8/vp8cx.mk

index e486795..51382ee 100644 (file)
@@ -1,2 +1,4 @@
 LIBVPX_TEST_SRCS-yes += test.mk
+LIBVPX_TEST_SRCS-yes += boolcoder_test.cc
+LIBVPX_TEST_SRCS-yes += idctllm_test.cc
 LIBVPX_TEST_SRCS-yes += test_libvpx.cc
index 0afd85f..1fbe5d4 100644 (file)
@@ -30,7 +30,6 @@ VP8_COMMON_SRCS-yes += common/findnearmv.c
 VP8_COMMON_SRCS-yes += common/generic/systemdependent.c
 VP8_COMMON_SRCS-yes += common/idct_blk.c
 VP8_COMMON_SRCS-yes += common/idctllm.c
-LIBVPX_TEST_SRCS-yes += ../vp8/common/idctllm_test.cc
 VP8_COMMON_SRCS-yes += common/alloccommon.h
 VP8_COMMON_SRCS-yes += common/blockd.h
 VP8_COMMON_SRCS-yes += common/common.h
index 9f50fad..019edbd 100644 (file)
@@ -88,8 +88,6 @@ VP8_CX_SRCS-yes += encoder/temporal_filter.c
 VP8_CX_SRCS-$(CONFIG_MULTI_RES_ENCODING) += encoder/mr_dissim.c
 VP8_CX_SRCS-$(CONFIG_MULTI_RES_ENCODING) += encoder/mr_dissim.h
 
-LIBVPX_TEST_SRCS-yes += ../vp8/encoder/boolcoder_test.cc
-
 ifeq ($(CONFIG_REALTIME_ONLY),yes)
 VP8_CX_SRCS_REMOVE-yes += encoder/firstpass.c
 VP8_CX_SRCS_REMOVE-yes += encoder/temporal_filter.c