File tree 3 files changed +5
-1
lines changed
applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "cmock "]
2
+ path = cmock
3
+ url = https://github.com/throwtheswitch/cmock.git
Original file line number Diff line number Diff line change
1
+ Subproject commit 9d092898ef26ece140d9225e037274b64d4f851e
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if (NOT TARGET mock)
5
5
add_library (mock mock_control.c)
6
6
target_link_libraries (mock unity)
7
7
target_compile_definitions (mock PUBLIC USE_UNITY)
8
- message (STATUS "Linking mock framework with unity (from ThirdParty /cmock/vendor/unity)" )
8
+ message (STATUS "Linking mock framework with unity (from TestFramework /cmock/vendor/unity)" )
9
9
target_include_directories (mock PUBLIC "${CMAKE_CURRENT_SOURCE_DIR} " )
10
10
add_subdirectory (test )
11
11
endif (NOT TARGET mock)
You can’t perform that action at this time.
0 commit comments