cmake: Improve indentation of mbed_greentea_add_test doc

pull/14902/head
Lingkai Dong 2021-07-08 15:28:08 +01:00
parent e60ffed6f4
commit 86c00f6b4b
1 changed files with 12 additions and 5 deletions

View File

@ -23,11 +23,18 @@ endif()
#
# calling the macro:
# mbed_greentea_add_test(
# TEST_NAME mbed-platform-system-reset
# TEST_INCLUDE_DIRS mbed_store
# TEST_SOURCES foo.cpp bar.cpp
# TEST_REQUIRED_LIBS mbed-kvstore mbed-xyz
# HOST_TESTS_DIR ${CMAKE_CURRENT_LIST_DIR}/host_tests
# TEST_NAME
# mbed-platform-system-reset
# TEST_INCLUDE_DIRS
# mbed_store
# TEST_SOURCES
# foo.cpp
# bar.cpp
# TEST_REQUIRED_LIBS
# mbed-kvstore
# mbed-xyz
# HOST_TESTS_DIR
# ${CMAKE_CURRENT_LIST_DIR}/host_tests
# )
function(mbed_greentea_add_test)