Add unit test support via google test
authorJames Berry <jamesberry@google.com>
Fri, 4 Nov 2011 15:48:30 +0000 (11:48 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 4 Nov 2011 19:23:04 +0000 (12:23 -0700)
commit07c71ef7ccd3102b5f26e6f209786c7075f0bf80
treed725c4e9d4d1639ed35764eeceea31fe1e128a2f
parente1a55b504a625771ad41f42f66f16879d386033d
Add unit test support via google test

Change-Id: I0ab00a22fbea1f38c96ef92ef7eaeda782c0c8d3
171 files changed:
build/make/Makefile
build/make/gen_msvs_proj.sh
configure
libs.mk [changed mode: 0644->0755]
solution.mk [changed mode: 0644->0755]
third_party/googletest/README.webm [new file with mode: 0644]
third_party/googletest/gtest.mk [new file with mode: 0755]
third_party/googletest/src/CHANGES [new file with mode: 0755]
third_party/googletest/src/CMakeLists.txt [new file with mode: 0755]
third_party/googletest/src/CONTRIBUTORS [new file with mode: 0755]
third_party/googletest/src/COPYING [new file with mode: 0755]
third_party/googletest/src/Makefile.am [new file with mode: 0755]
third_party/googletest/src/README [new file with mode: 0755]
third_party/googletest/src/build-aux/.keep [new file with mode: 0755]
third_party/googletest/src/cmake/internal_utils.cmake [new file with mode: 0755]
third_party/googletest/src/codegear/gtest.cbproj [new file with mode: 0755]
third_party/googletest/src/codegear/gtest.groupproj [new file with mode: 0755]
third_party/googletest/src/codegear/gtest_all.cc [new file with mode: 0755]
third_party/googletest/src/codegear/gtest_link.cc [new file with mode: 0755]
third_party/googletest/src/codegear/gtest_main.cbproj [new file with mode: 0755]
third_party/googletest/src/codegear/gtest_unittest.cbproj [new file with mode: 0755]
third_party/googletest/src/configure.ac [new file with mode: 0755]
third_party/googletest/src/include/gtest/gtest-death-test.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/gtest-message.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/gtest-param-test.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/gtest-param-test.h.pump [new file with mode: 0755]
third_party/googletest/src/include/gtest/gtest-printers.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/gtest-spi.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/gtest-test-part.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/gtest-typed-test.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/gtest.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/gtest_pred_impl.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/gtest_prod.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-death-test-internal.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-filepath.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-internal.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-linked_ptr.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-param-util-generated.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-param-util-generated.h.pump [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-param-util.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-port.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-string.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-tuple.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-tuple.h.pump [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-type-util.h [new file with mode: 0755]
third_party/googletest/src/include/gtest/internal/gtest-type-util.h.pump [new file with mode: 0755]
third_party/googletest/src/m4/acx_pthread.m4 [new file with mode: 0755]
third_party/googletest/src/m4/gtest.m4 [new file with mode: 0755]
third_party/googletest/src/make/Makefile [new file with mode: 0755]
third_party/googletest/src/msvc/gtest-md.sln [new file with mode: 0755]
third_party/googletest/src/msvc/gtest-md.vcproj [new file with mode: 0755]
third_party/googletest/src/msvc/gtest.sln [new file with mode: 0755]
third_party/googletest/src/msvc/gtest.vcproj [new file with mode: 0755]
third_party/googletest/src/msvc/gtest_main-md.vcproj [new file with mode: 0755]
third_party/googletest/src/msvc/gtest_main.vcproj [new file with mode: 0755]
third_party/googletest/src/msvc/gtest_prod_test-md.vcproj [new file with mode: 0755]
third_party/googletest/src/msvc/gtest_prod_test.vcproj [new file with mode: 0755]
third_party/googletest/src/msvc/gtest_unittest-md.vcproj [new file with mode: 0755]
third_party/googletest/src/msvc/gtest_unittest.vcproj [new file with mode: 0755]
third_party/googletest/src/samples/prime_tables.h [new file with mode: 0755]
third_party/googletest/src/samples/sample1.cc [new file with mode: 0755]
third_party/googletest/src/samples/sample1.h [new file with mode: 0755]
third_party/googletest/src/samples/sample10_unittest.cc [new file with mode: 0755]
third_party/googletest/src/samples/sample1_unittest.cc [new file with mode: 0755]
third_party/googletest/src/samples/sample2.cc [new file with mode: 0755]
third_party/googletest/src/samples/sample2.h [new file with mode: 0755]
third_party/googletest/src/samples/sample2_unittest.cc [new file with mode: 0755]
third_party/googletest/src/samples/sample3-inl.h [new file with mode: 0755]
third_party/googletest/src/samples/sample3_unittest.cc [new file with mode: 0755]
third_party/googletest/src/samples/sample4.cc [new file with mode: 0755]
third_party/googletest/src/samples/sample4.h [new file with mode: 0755]
third_party/googletest/src/samples/sample4_unittest.cc [new file with mode: 0755]
third_party/googletest/src/samples/sample5_unittest.cc [new file with mode: 0755]
third_party/googletest/src/samples/sample6_unittest.cc [new file with mode: 0755]
third_party/googletest/src/samples/sample7_unittest.cc [new file with mode: 0755]
third_party/googletest/src/samples/sample8_unittest.cc [new file with mode: 0755]
third_party/googletest/src/samples/sample9_unittest.cc [new file with mode: 0755]
third_party/googletest/src/scripts/fuse_gtest_files.py [new file with mode: 0755]
third_party/googletest/src/scripts/gen_gtest_pred_impl.py [new file with mode: 0755]
third_party/googletest/src/scripts/gtest-config.in [new file with mode: 0755]
third_party/googletest/src/scripts/pump.py [new file with mode: 0755]
third_party/googletest/src/scripts/test/Makefile [new file with mode: 0755]
third_party/googletest/src/scripts/upload.py [new file with mode: 0755]
third_party/googletest/src/scripts/upload_gtest.py [new file with mode: 0755]
third_party/googletest/src/src/gtest-all.cc [new file with mode: 0755]
third_party/googletest/src/src/gtest-death-test.cc [new file with mode: 0755]
third_party/googletest/src/src/gtest-filepath.cc [new file with mode: 0755]
third_party/googletest/src/src/gtest-internal-inl.h [new file with mode: 0755]
third_party/googletest/src/src/gtest-port.cc [new file with mode: 0755]
third_party/googletest/src/src/gtest-printers.cc [new file with mode: 0755]
third_party/googletest/src/src/gtest-test-part.cc [new file with mode: 0755]
third_party/googletest/src/src/gtest-typed-test.cc [new file with mode: 0755]
third_party/googletest/src/src/gtest.cc [new file with mode: 0755]
third_party/googletest/src/src/gtest_main.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-death-test_ex_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-death-test_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-filepath_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-linked_ptr_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-listener_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-message_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-options_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-param-test2_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-param-test_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-param-test_test.h [new file with mode: 0755]
third_party/googletest/src/test/gtest-port_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-printers_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-test-part_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-tuple_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-typed-test2_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-typed-test_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest-typed-test_test.h [new file with mode: 0755]
third_party/googletest/src/test/gtest-unittest-api_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_all_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_break_on_failure_unittest.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_break_on_failure_unittest_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_catch_exceptions_test.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_catch_exceptions_test_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_color_test.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_color_test_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_env_var_test.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_env_var_test_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_environment_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_filter_unittest.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_filter_unittest_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_help_test.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_help_test_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_list_tests_unittest.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_list_tests_unittest_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_main_unittest.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_no_test_unittest.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_output_test.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_output_test_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_output_test_golden_lin.txt [new file with mode: 0755]
third_party/googletest/src/test/gtest_pred_impl_unittest.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_prod_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_repeat_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_shuffle_test.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_shuffle_test_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_sole_header_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_stress_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_test_utils.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_throw_on_failure_ex_test.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_throw_on_failure_test.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_throw_on_failure_test_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_uninitialized_test.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_uninitialized_test_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_unittest.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_xml_outfile1_test_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_xml_outfile2_test_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_xml_outfiles_test.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_xml_output_unittest.py [new file with mode: 0755]
third_party/googletest/src/test/gtest_xml_output_unittest_.cc [new file with mode: 0755]
third_party/googletest/src/test/gtest_xml_test_utils.py [new file with mode: 0755]
third_party/googletest/src/test/production.cc [new file with mode: 0755]
third_party/googletest/src/test/production.h [new file with mode: 0755]
third_party/googletest/src/xcode/Config/DebugProject.xcconfig [new file with mode: 0755]
third_party/googletest/src/xcode/Config/FrameworkTarget.xcconfig [new file with mode: 0755]
third_party/googletest/src/xcode/Config/General.xcconfig [new file with mode: 0755]
third_party/googletest/src/xcode/Config/ReleaseProject.xcconfig [new file with mode: 0755]
third_party/googletest/src/xcode/Config/StaticLibraryTarget.xcconfig [new file with mode: 0755]
third_party/googletest/src/xcode/Config/TestTarget.xcconfig [new file with mode: 0755]
third_party/googletest/src/xcode/Resources/Info.plist [new file with mode: 0755]
third_party/googletest/src/xcode/Samples/FrameworkSample/Info.plist [new file with mode: 0755]
third_party/googletest/src/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj [new file with mode: 0755]
third_party/googletest/src/xcode/Samples/FrameworkSample/runtests.sh [new file with mode: 0755]
third_party/googletest/src/xcode/Samples/FrameworkSample/widget.cc [new file with mode: 0755]
third_party/googletest/src/xcode/Samples/FrameworkSample/widget.h [new file with mode: 0755]
third_party/googletest/src/xcode/Samples/FrameworkSample/widget_test.cc [new file with mode: 0755]
third_party/googletest/src/xcode/Scripts/runtests.sh [new file with mode: 0755]
third_party/googletest/src/xcode/Scripts/versiongenerate.py [new file with mode: 0755]
third_party/googletest/src/xcode/gtest.xcodeproj/project.pbxproj [new file with mode: 0755]