File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,12 @@ include(${MBED_PATH}/tools/cmake/app.cmake)
13
13
# TEST_REQUIRED_LIBS - Test suite required libraries
14
14
#
15
15
# calling the macro:
16
- # mbed_greentea_cmake_macro(TEST_NAME mbed-platform-system-reset TEST_INCLUDE_DIRS mbed_store TEST_SOURCES foo.cpp bar.cpp TEST_REQUIRED_LIBS mbed-kvstore mbed-xyz)
16
+ # mbed_greentea_cmake_macro(
17
+ # TEST_NAME mbed-platform-system-reset
18
+ # TEST_INCLUDE_DIRS mbed_store
19
+ # TEST_SOURCES foo.cpp bar.cpp
20
+ # TEST_REQUIRED_LIBS mbed-kvstore mbed-xyz
21
+ # )
17
22
18
23
macro (mbed_greentea_cmake_macro)
19
24
set (options )
@@ -45,9 +50,9 @@ target_sources(${TEST_NAME}
45
50
)
46
51
47
52
if (MBED_BAREMETAL_GREENTEA_TEST)
48
- list (APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS mbed-baremetal mbed-greentea)
53
+ list (APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS mbed-baremetal mbed-greentea)
49
54
else ()
50
- list (APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS mbed-os mbed-greentea)
55
+ list (APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS mbed-os mbed-greentea)
51
56
endif ()
52
57
53
58
target_link_libraries (${TEST_NAME}
You can’t perform that action at this time.
0 commit comments