File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/app.cmake)
11
11
# TEST_INCLUDE_DIRS - Test suite include directories for the test
12
12
# TEST_SOURCES - Test suite sources
13
13
# TEST_REQUIRED_LIBS - Test suite required libraries
14
- #
14
+ #
15
15
# calling the macro:
16
16
# mbed_greentea_add_test(
17
17
# TEST_NAME mbed-platform-system-reset
@@ -59,7 +59,7 @@ macro(mbed_greentea_add_test)
59
59
# For example:
60
60
# - To select mbed-os library, use cmake with -DMBED_TEST_LINK_LIBRARIES=mbed-os
61
61
# - To select baremetal library, use cmake with -DMBED_TEST_LINK_LIBRARIES=mbed-baremetal
62
- # - To select baremetal with extra external error logging library to the test, use cmake with
62
+ # - To select baremetal with extra external error logging library to the test, use cmake with
63
63
# -D "MBED_TEST_LINK_LIBRARIES=mbed-baremetal ext-errorlogging"
64
64
if (DEFINED MBED_TEST_LINK_LIBRARIES )
65
65
separate_arguments (MBED_TEST_LINK_LIBRARIES )
You can’t perform that action at this time.
0 commit comments