blob: add190b4ab0fab21adf3951dfba6628a1c743b15 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(BasicTests
CharInfoTest.cpp
DiagnosticTest.cpp
FileEntryTest.cpp
FileManagerTest.cpp
LineOffsetMappingTest.cpp
SourceManagerTest.cpp
)
clang_target_link_libraries(BasicTests
PRIVATE
clangAST
clangBasic
clangLex
)