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