Skip to content

Commit bb763c7

Browse files
Luiskyrzr
authored andcommitted
libs2/tf: SWPROT-8720: move cmock in TestFramework (#57)
(cherry picked from commit 0373e516a419f51058c4c04e7d382a1fca81dbde) Forwarded: #57 Relate-to: #50 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 587b6b6 commit bb763c7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "cmock"]
2+
path = cmock
3+
url = https://github.com/throwtheswitch/cmock.git
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 9d092898ef26ece140d9225e037274b64d4f851e

applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/mock/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (NOT TARGET mock)
55
add_library(mock mock_control.c)
66
target_link_libraries(mock unity)
77
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)")
99
target_include_directories(mock PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")
1010
add_subdirectory(test)
1111
endif (NOT TARGET mock)

0 commit comments

Comments
 (0)