Skip to content

Commit 1931bb5

Browse files
authored
Merge pull request #72918 from NuriAmari/fix-volatile-embedded-tests
[test][embedded] Declare embedded-volatile as a test depdency
2 parents f36060f + b0b228b commit 1931bb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,9 @@ foreach(SDK ${SWIFT_SDKS})
326326
if(TARGET "embedded-synchronization")
327327
list(APPEND test_dependencies "embedded-synchronization")
328328
endif()
329+
if(TARGET "embedded-volatile")
330+
list(APPEND test_dependencies "embedded-volatile")
331+
endif()
329332
endif()
330333

331334
if(NOT "${COVERAGE_DB}" STREQUAL "")

0 commit comments

Comments
 (0)