mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove keypath subtype asserts; always use cached root type Add tests for keypaths converted to funcs with inout param Add unit test for overload selection
20 lines
472 B
CMake
20 lines
472 B
CMake
|
|
add_swift_unittest(swiftSemaTests
|
|
SemaFixture.cpp
|
|
BindingInferenceTests.cpp
|
|
ConstraintGenerationTests.cpp
|
|
ConstraintSimplificationTests.cpp
|
|
UnresolvedMemberLookupTests.cpp
|
|
PlaceholderTypeInferenceTests.cpp
|
|
SolutionFilteringTests.cpp
|
|
KeypathFunctionConversionTests.cpp)
|
|
|
|
target_link_libraries(swiftSemaTests
|
|
PRIVATE
|
|
swiftAST
|
|
swiftSema
|
|
swiftSerialization)
|
|
|
|
target_compile_definitions(swiftSemaTests PRIVATE
|
|
SWIFTLIB_DIR=\"${SWIFTLIB_DIR}\")
|