File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 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)
1313# TEST_REQUIRED_LIBS - Test suite required libraries
1414#
1515# 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+ # )
1722
1823macro (mbed_greentea_cmake_macro)
1924 set (options )
@@ -45,9 +50,9 @@ target_sources(${TEST_NAME}
4550)
4651
4752if (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)
4954else ()
50- list (APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS mbed-os mbed-greentea)
55+ list (APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS mbed-os mbed-greentea)
5156endif ()
5257
5358target_link_libraries (${TEST_NAME}
You can’t perform that action at this time.
0 commit comments