Unittest: add gtest as part of the contrib to avoid build issues on
authorKim Kulling <kim.kulling@googlemail.com>
Sun, 11 Sep 2016 14:06:29 +0000 (16:06 +0200)
committerKim Kulling <kim.kulling@googlemail.com>
Sun, 11 Sep 2016 14:06:29 +0000 (16:06 +0200)
commit68e6f2a32c9ecb015187f14c92aaea294fce1daa
tree113aa18004a152a2ce03b412cf7cdbacc8f255d1
parent22cfe84cba10caebea61078c16fbb564af9e39dc
Unittest: add gtest as part of the contrib to avoid build issues on
offline systems.
192 files changed:
cmake-modules/AddGTest.cmake [deleted file]
contrib/gtest/.gitignore [new file with mode: 0644]
contrib/gtest/CHANGES [new file with mode: 0644]
contrib/gtest/CMakeLists.txt [new file with mode: 0644]
contrib/gtest/CONTRIBUTORS [new file with mode: 0644]
contrib/gtest/LICENSE [new file with mode: 0644]
contrib/gtest/Makefile.am [new file with mode: 0644]
contrib/gtest/README.md [new file with mode: 0644]
contrib/gtest/build-aux/.keep [new file with mode: 0644]
contrib/gtest/cmake/internal_utils.cmake [new file with mode: 0644]
contrib/gtest/codegear/gtest.cbproj [new file with mode: 0644]
contrib/gtest/codegear/gtest.groupproj [new file with mode: 0644]
contrib/gtest/codegear/gtest_all.cc [new file with mode: 0644]
contrib/gtest/codegear/gtest_link.cc [new file with mode: 0644]
contrib/gtest/codegear/gtest_main.cbproj [new file with mode: 0644]
contrib/gtest/codegear/gtest_unittest.cbproj [new file with mode: 0644]
contrib/gtest/configure.ac [new file with mode: 0644]
contrib/gtest/docs/AdvancedGuide.md [new file with mode: 0644]
contrib/gtest/docs/DevGuide.md [new file with mode: 0644]
contrib/gtest/docs/Documentation.md [new file with mode: 0644]
contrib/gtest/docs/FAQ.md [new file with mode: 0644]
contrib/gtest/docs/Primer.md [new file with mode: 0644]
contrib/gtest/docs/PumpManual.md [new file with mode: 0644]
contrib/gtest/docs/Samples.md [new file with mode: 0644]
contrib/gtest/docs/V1_5_AdvancedGuide.md [new file with mode: 0644]
contrib/gtest/docs/V1_5_Documentation.md [new file with mode: 0644]
contrib/gtest/docs/V1_5_FAQ.md [new file with mode: 0644]
contrib/gtest/docs/V1_5_Primer.md [new file with mode: 0644]
contrib/gtest/docs/V1_5_PumpManual.md [new file with mode: 0644]
contrib/gtest/docs/V1_5_XcodeGuide.md [new file with mode: 0644]
contrib/gtest/docs/V1_6_AdvancedGuide.md [new file with mode: 0644]
contrib/gtest/docs/V1_6_Documentation.md [new file with mode: 0644]
contrib/gtest/docs/V1_6_FAQ.md [new file with mode: 0644]
contrib/gtest/docs/V1_6_Primer.md [new file with mode: 0644]
contrib/gtest/docs/V1_6_PumpManual.md [new file with mode: 0644]
contrib/gtest/docs/V1_6_Samples.md [new file with mode: 0644]
contrib/gtest/docs/V1_6_XcodeGuide.md [new file with mode: 0644]
contrib/gtest/docs/V1_7_AdvancedGuide.md [new file with mode: 0644]
contrib/gtest/docs/V1_7_Documentation.md [new file with mode: 0644]
contrib/gtest/docs/V1_7_FAQ.md [new file with mode: 0644]
contrib/gtest/docs/V1_7_Primer.md [new file with mode: 0644]
contrib/gtest/docs/V1_7_PumpManual.md [new file with mode: 0644]
contrib/gtest/docs/V1_7_Samples.md [new file with mode: 0644]
contrib/gtest/docs/V1_7_XcodeGuide.md [new file with mode: 0644]
contrib/gtest/docs/XcodeGuide.md [new file with mode: 0644]
contrib/gtest/include/gtest/gtest-death-test.h [new file with mode: 0644]
contrib/gtest/include/gtest/gtest-message.h [new file with mode: 0644]
contrib/gtest/include/gtest/gtest-param-test.h [new file with mode: 0644]
contrib/gtest/include/gtest/gtest-param-test.h.pump [new file with mode: 0644]
contrib/gtest/include/gtest/gtest-printers.h [new file with mode: 0644]
contrib/gtest/include/gtest/gtest-spi.h [new file with mode: 0644]
contrib/gtest/include/gtest/gtest-test-part.h [new file with mode: 0644]
contrib/gtest/include/gtest/gtest-typed-test.h [new file with mode: 0644]
contrib/gtest/include/gtest/gtest.h [new file with mode: 0644]
contrib/gtest/include/gtest/gtest_pred_impl.h [new file with mode: 0644]
contrib/gtest/include/gtest/gtest_prod.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/custom/gtest-port.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/custom/gtest-printers.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/custom/gtest.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-death-test-internal.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-filepath.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-internal.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-linked_ptr.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-param-util-generated.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-param-util-generated.h.pump [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-param-util.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-port-arch.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-port.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-string.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-tuple.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-tuple.h.pump [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-type-util.h [new file with mode: 0644]
contrib/gtest/include/gtest/internal/gtest-type-util.h.pump [new file with mode: 0644]
contrib/gtest/m4/acx_pthread.m4 [new file with mode: 0644]
contrib/gtest/m4/gtest.m4 [new file with mode: 0644]
contrib/gtest/make/Makefile [new file with mode: 0644]
contrib/gtest/samples/prime_tables.h [new file with mode: 0644]
contrib/gtest/samples/sample1.cc [new file with mode: 0644]
contrib/gtest/samples/sample1.h [new file with mode: 0644]
contrib/gtest/samples/sample10_unittest.cc [new file with mode: 0644]
contrib/gtest/samples/sample1_unittest.cc [new file with mode: 0644]
contrib/gtest/samples/sample2.cc [new file with mode: 0644]
contrib/gtest/samples/sample2.h [new file with mode: 0644]
contrib/gtest/samples/sample2_unittest.cc [new file with mode: 0644]
contrib/gtest/samples/sample3-inl.h [new file with mode: 0644]
contrib/gtest/samples/sample3_unittest.cc [new file with mode: 0644]
contrib/gtest/samples/sample4.cc [new file with mode: 0644]
contrib/gtest/samples/sample4.h [new file with mode: 0644]
contrib/gtest/samples/sample4_unittest.cc [new file with mode: 0644]
contrib/gtest/samples/sample5_unittest.cc [new file with mode: 0644]
contrib/gtest/samples/sample6_unittest.cc [new file with mode: 0644]
contrib/gtest/samples/sample7_unittest.cc [new file with mode: 0644]
contrib/gtest/samples/sample8_unittest.cc [new file with mode: 0644]
contrib/gtest/samples/sample9_unittest.cc [new file with mode: 0644]
contrib/gtest/scripts/common.py [new file with mode: 0644]
contrib/gtest/scripts/fuse_gtest_files.py [new file with mode: 0644]
contrib/gtest/scripts/gen_gtest_pred_impl.py [new file with mode: 0644]
contrib/gtest/scripts/gtest-config.in [new file with mode: 0644]
contrib/gtest/scripts/pump.py [new file with mode: 0644]
contrib/gtest/scripts/release_docs.py [new file with mode: 0644]
contrib/gtest/scripts/test/Makefile [new file with mode: 0644]
contrib/gtest/scripts/upload.py [new file with mode: 0644]
contrib/gtest/scripts/upload_gtest.py [new file with mode: 0644]
contrib/gtest/src/gtest-all.cc [new file with mode: 0644]
contrib/gtest/src/gtest-death-test.cc [new file with mode: 0644]
contrib/gtest/src/gtest-filepath.cc [new file with mode: 0644]
contrib/gtest/src/gtest-internal-inl.h [new file with mode: 0644]
contrib/gtest/src/gtest-port.cc [new file with mode: 0644]
contrib/gtest/src/gtest-printers.cc [new file with mode: 0644]
contrib/gtest/src/gtest-test-part.cc [new file with mode: 0644]
contrib/gtest/src/gtest-typed-test.cc [new file with mode: 0644]
contrib/gtest/src/gtest.cc [new file with mode: 0644]
contrib/gtest/src/gtest_main.cc [new file with mode: 0644]
contrib/gtest/test/gtest-death-test_ex_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-death-test_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-filepath_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-linked_ptr_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-listener_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-message_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-options_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-param-test2_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-param-test_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-param-test_test.h [new file with mode: 0644]
contrib/gtest/test/gtest-port_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-printers_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-test-part_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-tuple_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-typed-test2_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-typed-test_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest-typed-test_test.h [new file with mode: 0644]
contrib/gtest/test/gtest-unittest-api_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest_all_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest_break_on_failure_unittest.py [new file with mode: 0644]
contrib/gtest/test/gtest_break_on_failure_unittest_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_catch_exceptions_test.py [new file with mode: 0644]
contrib/gtest/test/gtest_catch_exceptions_test_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_color_test.py [new file with mode: 0644]
contrib/gtest/test/gtest_color_test_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_env_var_test.py [new file with mode: 0644]
contrib/gtest/test/gtest_env_var_test_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_environment_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest_filter_unittest.py [new file with mode: 0644]
contrib/gtest/test/gtest_filter_unittest_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_help_test.py [new file with mode: 0644]
contrib/gtest/test/gtest_help_test_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_list_tests_unittest.py [new file with mode: 0644]
contrib/gtest/test/gtest_list_tests_unittest_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_main_unittest.cc [new file with mode: 0644]
contrib/gtest/test/gtest_no_test_unittest.cc [new file with mode: 0644]
contrib/gtest/test/gtest_output_test.py [new file with mode: 0644]
contrib/gtest/test/gtest_output_test_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_output_test_golden_lin.txt [new file with mode: 0644]
contrib/gtest/test/gtest_pred_impl_unittest.cc [new file with mode: 0644]
contrib/gtest/test/gtest_premature_exit_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest_prod_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest_repeat_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest_shuffle_test.py [new file with mode: 0644]
contrib/gtest/test/gtest_shuffle_test_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_sole_header_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest_stress_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest_test_utils.py [new file with mode: 0644]
contrib/gtest/test/gtest_throw_on_failure_ex_test.cc [new file with mode: 0644]
contrib/gtest/test/gtest_throw_on_failure_test.py [new file with mode: 0644]
contrib/gtest/test/gtest_throw_on_failure_test_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_uninitialized_test.py [new file with mode: 0644]
contrib/gtest/test/gtest_uninitialized_test_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_unittest.cc [new file with mode: 0644]
contrib/gtest/test/gtest_xml_outfile1_test_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_xml_outfile2_test_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_xml_outfiles_test.py [new file with mode: 0644]
contrib/gtest/test/gtest_xml_output_unittest.py [new file with mode: 0644]
contrib/gtest/test/gtest_xml_output_unittest_.cc [new file with mode: 0644]
contrib/gtest/test/gtest_xml_test_utils.py [new file with mode: 0644]
contrib/gtest/test/production.cc [new file with mode: 0644]
contrib/gtest/test/production.h [new file with mode: 0644]
contrib/gtest/xcode/Config/DebugProject.xcconfig [new file with mode: 0644]
contrib/gtest/xcode/Config/FrameworkTarget.xcconfig [new file with mode: 0644]
contrib/gtest/xcode/Config/General.xcconfig [new file with mode: 0644]
contrib/gtest/xcode/Config/ReleaseProject.xcconfig [new file with mode: 0644]
contrib/gtest/xcode/Config/StaticLibraryTarget.xcconfig [new file with mode: 0644]
contrib/gtest/xcode/Config/TestTarget.xcconfig [new file with mode: 0644]
contrib/gtest/xcode/Resources/Info.plist [new file with mode: 0644]
contrib/gtest/xcode/Samples/FrameworkSample/Info.plist [new file with mode: 0644]
contrib/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj [new file with mode: 0644]
contrib/gtest/xcode/Samples/FrameworkSample/runtests.sh [new file with mode: 0644]
contrib/gtest/xcode/Samples/FrameworkSample/widget.cc [new file with mode: 0644]
contrib/gtest/xcode/Samples/FrameworkSample/widget.h [new file with mode: 0644]
contrib/gtest/xcode/Samples/FrameworkSample/widget_test.cc [new file with mode: 0644]
contrib/gtest/xcode/Scripts/runtests.sh [new file with mode: 0644]
contrib/gtest/xcode/Scripts/versiongenerate.py [new file with mode: 0644]
contrib/gtest/xcode/gtest.xcodeproj/project.pbxproj [new file with mode: 0644]
test/CMakeLists.txt