blob: 1eb943df08a414dc937557aadfab3ab5d4da89ea [file] [log] [blame]
add_swift_unittest(SwiftParseTests
BuildConfigTests.cpp
LexerTests.cpp
LexerTriviaTests.cpp
TokenizerTests.cpp
)
target_link_libraries(SwiftParseTests
PRIVATE
swiftSIL
swiftClangImporter
swiftParse
swiftAST
# FIXME: Sema must go last because of circular dependencies with AST.
swiftSema
)