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.
2 parents 64a3419 + fca7323 commit 8698a55Copy full SHA for 8698a55
storage/blockdevice/COMPONENT_QSPIF/CMakeLists.txt
@@ -13,5 +13,7 @@ target_sources(mbed-storage-qspif
13
)
14
15
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
16
- add_subdirectory(UNITTESTS)
+ if (NOT BUILD_GREENTEA_TESTS)
17
+ add_subdirectory(UNITTESTS)
18
+ endif()
19
endif()
0 commit comments