blob: f20c8db00a595a15943b66a31101a0c3362a3b61 [file] [log] [blame]
# Basic tests have few LLVM and Clang dependencies, so linking it as a
# distinct target enables faster iteration times at low cost.
add_distinct_clang_unittest(BasicTests
CharInfoTest.cpp
DarwinSDKInfoTest.cpp
DiagnosticTest.cpp
FileEntryTest.cpp
FileManagerTest.cpp
LangOptionsTest.cpp
LineOffsetMappingTest.cpp
OffloadArchTest.cpp
SanitizersTest.cpp
SarifTest.cpp
SourceManagerTest.cpp
CLANG_LIBS
clangBasic
clangLex
LINK_LIBS
LLVMTestingSupport
LLVM_COMPONENTS
Support
)