mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Just a little reusable collection type for things like argument lists, statement lists, etc.
16 lines
329 B
CMake
16 lines
329 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
|
|
)
|
|
|
|
target_link_libraries(SwiftSyntaxTests
|
|
swiftSyntax)
|