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