blob: 03a3064319f2c32bfffe165970ef69b09ff9f384 [file] [log] [blame]
add_swift_unittest(SwiftASTTests
ArithmeticEvaluator.cpp
IndexSubsetTests.cpp
DiagnosticConsumerTests.cpp
SourceLocTests.cpp
TestContext.cpp
TypeMatchTests.cpp
VersionRangeLattice.cpp
ImportTests.cpp
)
target_link_libraries(SwiftASTTests
PRIVATE
swiftAST
# FIXME: Circular dependencies.
swiftParse
swiftSema
)