Skip to content

Commit b0b228b

Browse files
Nuri AmariNuriAmari
authored andcommitted
[test][embedded] Declare embedded-volatile as a test depdency
We fail to build the embedded variant of this target before running the embedded/volatile* tests, then fail to import `_Volatile`.
1 parent 0ac6d36 commit b0b228b

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)