Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Update submodule references to fix #119
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry committed Feb 8, 2017
1 parent 82a7a32 commit 6c9e242
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deps/c-utility
Submodule c-utility updated 190 files
2 changes: 1 addition & 1 deletion deps/ctest
Submodule ctest updated from 004ffa to 5ac4a9
2 changes: 1 addition & 1 deletion deps/iot-sdk-c
Submodule iot-sdk-c updated 175 files
2 changes: 1 addition & 1 deletion deps/testrunner
2 changes: 1 addition & 1 deletion deps/umock-c
Submodule umock-c updated 52 files
+7 −1 CMakeLists.txt
+9 −3 configs/umock_cFunctions.cmake
+1 −1 deps/ctest
+1 −1 deps/testrunner
+33 −0 devdoc/umock_c_lib_requirements_with_ids.md
+25 −0 devdoc/umockstring_requirements.md
+33 −0 doc/umock_c.md
+3 −0 inc/umock_c.h
+108 −8 inc/umock_c_internal.h
+17 −0 inc/umockstring.h
+1 −8 jenkins/linux_c_gcc44.sh
+1 −1 jenkins/osx_c.sh
+21 −0 jenkins/ubuntu_clang.sh
+3 −3 jenkins/windows_c.cmd
+0 −6 src/umock_c.c
+0 −3 src/umockalloc.c
+0 −4 src/umockcall.c
+2 −7 src/umockcallpairs.c
+1 −6 src/umockcallrecorder.c
+39 −0 src/umockstring.c
+1 −5 src/umocktypename.c
+1 −5 src/umocktypes.c
+0 −5 src/umocktypes_bool.c
+0 −5 src/umocktypes_c.c
+0 −5 src/umocktypes_charptr.c
+1 −5 src/umocktypes_stdint.c
+1 −1 tests/CMakeLists.txt
+1 −0 tests/umock_c_int/CMakeLists.txt
+5 −0 tests/umock_c_int/test_dependency.h
+208 −4 tests/umock_c_int/umock_c_int.c
+1 −0 tests/umock_c_malloc_hook_int/CMakeLists.txt
+2 −7 tests/umock_c_malloc_hook_int/umock_c_malloc_hook_int.c
+1 −0 tests/umock_c_negt_int/CMakeLists.txt
+1 −0 tests/umock_c_ptrarg_leak_int/CMakeLists.txt
+5 −2 tests/umock_c_wout_init_ut/umock_c_wout_init_ut.c
+0 −10 tests/umockalloc_ut/umockalloc_mocked.c
+0 −4 tests/umockcall_ut/umockcall_mocked.c
+2 −1 tests/umockcall_ut/umockcall_ut.c
+0 −4 tests/umockcallpairs_ut/umockcallpairs_mocked.c
+0 −4 tests/umockcallrecorder_ut/umockcallrecorder_mocked.c
+19 −0 tests/umockstring_ut/CMakeLists.txt
+11 −0 tests/umockstring_ut/main.c
+13 −0 tests/umockstring_ut/umockstring_mocked.c
+188 −0 tests/umockstring_ut/umockstring_ut.c
+0 −4 tests/umocktypename_ut/umocktypename_mocked.c
+0 −4 tests/umocktypes_bool_ut/umocktypes_bool_mocked.c
+0 −4 tests/umocktypes_c_ut/umocktypes_c_mocked.c
+0 −4 tests/umocktypes_charptr_ut/umocktypes_charptr_mocked.c
+0 −4 tests/umocktypes_stdint_ut/umocktypes_stdint_mocked.c
+0 −4 tests/umocktypes_ut/umocktypes_mocked.c
+6 −6 tests/umocktypes_ut/umocktypes_ut.c
+0 −4 tests/umocktypes_wout_init_ut/umocktypes_mocked.c

0 comments on commit 6c9e242

Please sign in to comment.