From: John Koleszar Date: Tue, 22 May 2012 18:56:31 +0000 (-0700) Subject: Move all tests to test/ directory X-Git-Tag: 1.0_branch~14^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d225689d36128e7c7fa1351e5c725ba4830f6b2;p=profile%2Fivi%2Flibvpx.git Move all tests to test/ directory Consolodate the unit tests under vp8/ to the test/ directory Change-Id: I6d6a0fb60f5e3874a4d6710e9e121dd3e81a93db --- diff --git a/vp8/encoder/boolcoder_test.cc b/test/boolcoder_test.cc similarity index 100% rename from vp8/encoder/boolcoder_test.cc rename to test/boolcoder_test.cc diff --git a/vp8/common/idctllm_test.cc b/test/idctllm_test.cc similarity index 100% rename from vp8/common/idctllm_test.cc rename to test/idctllm_test.cc diff --git a/test/test.mk b/test/test.mk index e486795..51382ee 100644 --- a/test/test.mk +++ b/test/test.mk @@ -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 diff --git a/vp8/vp8_common.mk b/vp8/vp8_common.mk index 0afd85f..1fbe5d4 100644 --- a/vp8/vp8_common.mk +++ b/vp8/vp8_common.mk @@ -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 diff --git a/vp8/vp8cx.mk b/vp8/vp8cx.mk index 9f50fad..019edbd 100644 --- a/vp8/vp8cx.mk +++ b/vp8/vp8cx.mk @@ -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