From 251f64e9e8007d040dd5f5f73d29e2ded6b6ca19 Mon Sep 17 00:00:00 2001 From: "mikhal@webrtc.org" Date: Thu, 6 Dec 2012 17:56:20 +0000 Subject: [PATCH] Updating vp8 test structure Review URL: https://webrtc-codereview.appspot.com/935031 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3245 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../codecs/vp8/{vp8_unittest.cc => test/vp8_impl_unittest.cc} | 0 webrtc/modules/video_coding/codecs/vp8/vp8.gyp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename webrtc/modules/video_coding/codecs/vp8/{vp8_unittest.cc => test/vp8_impl_unittest.cc} (100%) diff --git a/webrtc/modules/video_coding/codecs/vp8/vp8_unittest.cc b/webrtc/modules/video_coding/codecs/vp8/test/vp8_impl_unittest.cc similarity index 100% rename from webrtc/modules/video_coding/codecs/vp8/vp8_unittest.cc rename to webrtc/modules/video_coding/codecs/vp8/test/vp8_impl_unittest.cc diff --git a/webrtc/modules/video_coding/codecs/vp8/vp8.gyp b/webrtc/modules/video_coding/codecs/vp8/vp8.gyp index faa2fb2281..8471a07e2d 100644 --- a/webrtc/modules/video_coding/codecs/vp8/vp8.gyp +++ b/webrtc/modules/video_coding/codecs/vp8/vp8.gyp @@ -107,6 +107,7 @@ 'test/rps_test.cc', 'test/tester.cc', 'test/vp8_unittest.cc', + 'test/vp8_impl_unittest.cc', ], }, { @@ -125,7 +126,6 @@ 'sources': [ 'reference_picture_selection_unittest.cc', 'temporal_layers_unittest.cc', - 'vp8_unittest.cc', ], 'conditions': [ ['build_libvpx==1', {