File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
2- # mock target may be imported be several projects, e.g. 700 series and libs2 simultaneously.
2+ # mock target may be imported be several projects, e.g. zw-protocol and libs2 simultaneously.
33# This test ensures that the target named 'mock' will only be declared if it is not already declared.
44if (NOT TARGET mock)
55 add_library (mock mock_control.c)
Original file line number Diff line number Diff line change 11SET (SOURCES unity.c)
22
3- # unity target may be imported be several projects, e.g. 700 series and libs2 simultaneously.
3+ # unity target may be imported be several projects, e.g. zw-protocol and libs2 simultaneously.
44# This test ensures that the target named 'unity' will only be declared if it is not already declared.
55if (NOT TARGET unity)
66 add_library (unity ${SOURCES} )
You can’t perform that action at this time.
0 commit comments