We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60ffed commit 86c00f6Copy full SHA for 86c00f6
tools/cmake/mbed_greentea.cmake
@@ -23,11 +23,18 @@ endif()
23
#
24
# calling the macro:
25
# 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
+# TEST_NAME
+# mbed-platform-system-reset
+# TEST_INCLUDE_DIRS
+# mbed_store
+# 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
38
# )
39
40
function(mbed_greentea_add_test)
0 commit comments