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 a8ce71f commit 879e533Copy full SHA for 879e533
platform/tests/TESTS/mbed_platform/stats_cpu/CMakeLists.txt
@@ -11,6 +11,10 @@ if((NOT "MBED_CPU_STATS_ENABLED=1" IN_LIST MBED_CONFIG_DEFINITIONS) AND (NOT "MB
11
set(TEST_SKIPPED "CPU stats not enabled")
12
endif()
13
14
+if("MBED_CONF_TARGET_APPLICATION_PROFILE=bare-metal" IN_LIST MBED_CONFIG_DEFINITIONS)
15
+ set(TEST_SKIPPED "This test requires the RTOS")
16
+endif()
17
+
18
mbed_greentea_add_test(
19
TEST_NAME
20
mbed-platform-stats-cpu
0 commit comments