Skip to content

Commit 86c00f6

Browse files
committed
cmake: Improve indentation of mbed_greentea_add_test doc
1 parent e60ffed commit 86c00f6

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

tools/cmake/mbed_greentea.cmake

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,18 @@ endif()
2323
#
2424
# calling the macro:
2525
# mbed_greentea_add_test(
26-
# TEST_NAME mbed-platform-system-reset
27-
# TEST_INCLUDE_DIRS mbed_store
28-
# TEST_SOURCES foo.cpp bar.cpp
29-
# TEST_REQUIRED_LIBS mbed-kvstore mbed-xyz
30-
# HOST_TESTS_DIR ${CMAKE_CURRENT_LIST_DIR}/host_tests
26+
# TEST_NAME
27+
# mbed-platform-system-reset
28+
# TEST_INCLUDE_DIRS
29+
# mbed_store
30+
# TEST_SOURCES
31+
# foo.cpp
32+
# bar.cpp
33+
# TEST_REQUIRED_LIBS
34+
# mbed-kvstore
35+
# mbed-xyz
36+
# HOST_TESTS_DIR
37+
# ${CMAKE_CURRENT_LIST_DIR}/host_tests
3138
# )
3239

3340
function(mbed_greentea_add_test)

0 commit comments

Comments
 (0)