mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This implementation uses sibling's absolute start position to help populate caches while getting the end position.
18 lines
367 B
CMake
18 lines
367 B
CMake
add_swift_unittest(SwiftSyntaxTests
|
|
DeclSyntaxTests.cpp
|
|
ExprSyntaxTests.cpp
|
|
GenericSyntaxTests.cpp
|
|
RawSyntaxTests.cpp
|
|
StmtSyntaxTests.cpp
|
|
SyntaxCollectionTests.cpp
|
|
ThreadSafeCachingTests.cpp
|
|
TriviaTests.cpp
|
|
TypeSyntaxTests.cpp
|
|
UnknownSyntaxTests.cpp
|
|
AbsolutePositionTests.cpp
|
|
)
|
|
|
|
target_link_libraries(SwiftSyntaxTests
|
|
PRIVATE
|
|
swiftSyntax)
|