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 f36060f + b0b228b commit 1931bb5Copy full SHA for 1931bb5
test/CMakeLists.txt
@@ -326,6 +326,9 @@ foreach(SDK ${SWIFT_SDKS})
326
if(TARGET "embedded-synchronization")
327
list(APPEND test_dependencies "embedded-synchronization")
328
endif()
329
+ if(TARGET "embedded-volatile")
330
+ list(APPEND test_dependencies "embedded-volatile")
331
+ endif()
332
333
334
if(NOT "${COVERAGE_DB}" STREQUAL "")
0 commit comments