Skip to content

Commit 6fd39f4

Browse files
authored
Merge pull request #15066 from ARMmbed/fix_platform_wait_ns_test_cmake
CMake: Fix platform wait_ns greentea test Cmake
2 parents 756830e + ad18cc8 commit 6fd39f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/tests/TESTS/mbed_platform/wait_ns/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
include(mbed_greentea)
55

6-
if(DEFINED TARGET_ARM_FM)
6+
if("TARGET_ARM_FM" IN_LIST MBED_TARGET_DEFINITIONS)
77
set(TEST_SKIPPED "Wait ns test not supported.")
88
endif()
99

0 commit comments

Comments
 (0)