aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorfbarchard@google.com <fbarchard@google.com>2015-01-13 23:47:25 +0000
committerfbarchard@google.com <fbarchard@google.com>2015-01-13 23:47:25 +0000
commite0a2472fb34eccd830fa5693bc342fecf10c3204 (patch)
treeed4221080f9fd82478cb996fc8f667552c3031df /CMakeLists.txt
parent69df62234b6b6eba6409064b6e5357aab71d8bf4 (diff)
downloadlibyuv-e0a2472fb34eccd830fa5693bc342fecf10c3204.tar.gz
Move color space tests into its own source file.
BUG=391 TESTED=TestI420 R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/35769004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1227 16f28f9a-4ce2-e073-06de-1de4eb20be90
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 43e79a03..5b3de1e2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,6 +50,7 @@ set(ly_source_files
set(ly_unittest_sources
${ly_base_dir}/unit_test/basictypes_test.cc
+ ${ly_base_dir}/unit_test/color_test.cc
${ly_base_dir}/unit_test/compare_test.cc
${ly_base_dir}/unit_test/convert_test.cc
${ly_base_dir}/unit_test/cpu_test.cc