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 1
1
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.
3
3
# This test ensures that the target named 'mock' will only be declared if it is not already declared.
4
4
if (NOT TARGET mock )
5
5
add_library (mock mock_control.c )
Original file line number Diff line number Diff line change 1
1
SET (SOURCES unity.c )
2
2
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.
4
4
# This test ensures that the target named 'unity' will only be declared if it is not already declared.
5
5
if (NOT TARGET unity )
6
6
add_library (unity ${SOURCES} )
You can’t perform that action at this time.
0 commit comments