blob: d883c362e288d22b930167faa2b0767e9dfd6b5c [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(BasicTests
CharInfoTest.cpp
DiagnosticTest.cpp
FileManagerTest.cpp
FixedPointTest.cpp
SourceManagerTest.cpp
)
target_link_libraries(BasicTests
PRIVATE
clangAST
clangBasic
clangLex
)