File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin) # FIXME Hook this up on Darwin
1414
1515 add_executable (AtomicsTestBundle
1616 AtomicsTests/main.swift
17+ AtomicsTests/AtomicLazyReference.swift
1718 AtomicsTests/Basics/BasicTestSupport.swift
1819 AtomicsTests/Basics/autogenerated/BasicAtomicBoolTests.swift
1920 AtomicsTests/Basics/autogenerated/BasicAtomicDoubleWordTests.swift
@@ -46,7 +47,8 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin) # FIXME Hook this up on Darwin
4647 AtomicsTests/LockFreeQueue.swift
4748 AtomicsTests/LockFreeSingleConsumerStack.swift
4849 AtomicsTests/StrongReferenceRace.swift
49- AtomicsTests/StrongReferenceShuffle.swift)
50+ AtomicsTests/StrongReferenceShuffle.swift
51+ AtomicsTests/StrongReferenceSubclass.swift)
5052
5153 target_compile_options (AtomicsTestBundle PRIVATE "-DMANUAL_TEST_DISCOVERY" )
5254
You can’t perform that action at this time.
0 commit comments