Build unit tests monolithically
authorJohn Koleszar <jkoleszar@google.com>
Wed, 16 May 2012 23:25:51 +0000 (16:25 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 22 May 2012 21:37:30 +0000 (14:37 -0700)
commite82d261d10729b08ebe3e75fd6927d9993fc9182
tree6b02e91991932da8fafec6c7e9aaad6d892458a7
parent8631c1b8a21f2bc0c5a814d125a2e2eea2d2bf86
Build unit tests monolithically

Rework unit tests  to have a single executable rather than many, which
should avoid pollution of the visual studio project namespace, improve
build times, and make it easier to use the gtest test sharding system
when we get these going on the continuous build cluster.

Change-Id: If4c3e5d4b3515522869de6c89455c2a64697cca6
libs.mk
test/test.mk [new file with mode: 0644]
test/test_libvpx.cc [moved from vp8/common/x86/idctllm_mmx_test.cc with 50% similarity, mode: 0644]
vp8/common/idctllm_test.cc
vp8/common/idctllm_test.h [deleted file]
vp8/encoder/boolcoder_test.cc
vp8/vp8_common.mk
vp8/vp8cx.mk