cmocka: update to cmocka-1.0.1-ab3ec0da8c5
commitbc484fa64a810421a65dd5ebe3e92790f20e3c97
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 6 Jan 2016 21:27:41 +0000 (6 23:27 +0200)
committerChad Versace <chad.versace@intel.com>
Tue, 14 Jun 2016 17:07:16 +0000 (14 10:07 -0700)
treee8e0182b0bbfaed9f299059c6464c027e046ec11
parent532327f1994d0481f873975396202f92e6568222
cmocka: update to cmocka-1.0.1-ab3ec0da8c5

In an effort to rework the gl_basic tests, we need to be able to skip
tests. Older version did not support this :\

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Chad Versace <chad.versace@intel.com>
57 files changed:
cmake/Modules/WaffleCMocka.cmake
cmake/Modules/WaffleDefineCompilerFlags.cmake
third_party/cmocka/AUTHORS
third_party/cmocka/CMakeLists.txt
third_party/cmocka/CPackConfig.cmake
third_party/cmocka/CTestConfig.cmake
third_party/cmocka/ChangeLog
third_party/cmocka/ConfigureChecks.cmake
third_party/cmocka/DefineOptions.cmake
third_party/cmocka/cmake/Modules/DefineCMakeDefaults.cmake
third_party/cmocka/cmake/Modules/DefineCompilerFlags.cmake
third_party/cmocka/cmake/Modules/DefineInstallationPaths.cmake
third_party/cmocka/cmake/Modules/UseDoxygen.cmake
third_party/cmocka/cmocka-build-tree-settings.cmake.in [new file with mode: 0644]
third_party/cmocka/cmocka-config-version.cmake.in [new file with mode: 0644]
third_party/cmocka/cmocka-config.cmake.in [new file with mode: 0644]
third_party/cmocka/config.h.cmake
third_party/cmocka/coverity/coverity_assert_model.c
third_party/cmocka/doc/Doxyfile.in [new file with mode: 0644]
third_party/cmocka/doc/index.html
third_party/cmocka/doc/mainpage.dox
third_party/cmocka/example/CMakeLists.txt
third_party/cmocka/example/allocate_module.c
third_party/cmocka/example/allocate_module_test.c
third_party/cmocka/example/assert_macro_test.c
third_party/cmocka/example/assert_module.c
third_party/cmocka/example/assert_module_test.c
third_party/cmocka/example/calculator.c
third_party/cmocka/example/calculator_test.c
third_party/cmocka/example/chef_wrap/CMakeLists.txt
third_party/cmocka/example/chef_wrap/waiter_test_wrap.c
third_party/cmocka/example/customer_database_test.c
third_party/cmocka/example/key_value_test.c
third_party/cmocka/example/product_database_test.c
third_party/cmocka/example/simple_test.c [new file with mode: 0644]
third_party/cmocka/include/CMakeLists.txt
third_party/cmocka/include/cmocka.h
third_party/cmocka/include/cmocka_pbc.h [new file with mode: 0644]
third_party/cmocka/include/cmocka_private.h
third_party/cmocka/include/cmockery/cmockery.h [new file with mode: 0644]
third_party/cmocka/include/cmockery/pbc.h [new file with mode: 0644]
third_party/cmocka/src/CMakeLists.txt
third_party/cmocka/src/cmocka.c
third_party/cmocka/src/cmocka.def
third_party/cmocka/tests/CMakeLists.txt [new file with mode: 0644]
third_party/cmocka/tests/ctest-default.cmake [new file with mode: 0644]
third_party/cmocka/tests/test_alloc.c [new file with mode: 0644]
third_party/cmocka/tests/test_assert_macros.c [new file with mode: 0644]
third_party/cmocka/tests/test_assert_macros_fail.c [new file with mode: 0644]
third_party/cmocka/tests/test_basics.c [new file with mode: 0644]
third_party/cmocka/tests/test_cmockery.c [copied from third_party/cmocka/example/assert_module.c with 50% similarity]
third_party/cmocka/tests/test_exception_handler.c [new file with mode: 0644]
third_party/cmocka/tests/test_fixtures.c [new file with mode: 0644]
third_party/cmocka/tests/test_group_fixtures.c [new file with mode: 0644]
third_party/cmocka/tests/test_group_setup_fail.c [new file with mode: 0644]
third_party/cmocka/tests/test_setup_fail.c [new file with mode: 0644]
third_party/cmocka/tests/test_skip.c [copied from third_party/cmocka/example/assert_module.c with 50% similarity]