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