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