mirror of https://github.com/ARMmbed/mbed-os.git
CMake: greentea: Add skip reason to ticker test
parent
4917e0154c
commit
d7ef8f857f
|
|
@ -3,6 +3,10 @@
|
|||
|
||||
include(mbed_greentea)
|
||||
|
||||
if(NOT "DEVICE_USTICKER=1" IN_LIST MBED_TARGET_DEFINITIONS)
|
||||
set(TEST_SKIPPED "Microsecond ticker required")
|
||||
endif()
|
||||
|
||||
mbed_greentea_add_test(
|
||||
TEST_NAME
|
||||
mbed-drivers-ticker
|
||||
|
|
@ -10,4 +14,6 @@ mbed_greentea_add_test(
|
|||
main.cpp
|
||||
HOST_TESTS_DIR
|
||||
"${CMAKE_CURRENT_LIST_DIR}/../../host_tests"
|
||||
TEST_SKIPPED
|
||||
${TEST_SKIPPED}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue