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 79843ef commit 297bdeaCopy full SHA for 297bdea
drivers/tests/TESTS/mbed_drivers/ticker/CMakeLists.txt
@@ -3,11 +3,17 @@
3
4
include(mbed_greentea)
5
6
+if(NOT "DEVICE_USTICKER=1" IN_LIST MBED_TARGET_DEFINITIONS)
7
+ set(TEST_SKIPPED "Microsecond ticker required")
8
+endif()
9
+
10
mbed_greentea_add_test(
11
TEST_NAME
12
mbed-drivers-ticker
13
TEST_SOURCES
14
main.cpp
15
HOST_TESTS_DIR
16
"${CMAKE_CURRENT_LIST_DIR}/../../host_tests"
17
+ TEST_SKIPPED
18
+ ${TEST_SKIPPED}
19
)
0 commit comments