Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/main
/
.
/
unittests
/
CAS
/
CMakeLists.txt
blob: 0f8fcb9e98954ac910d456e450e9a78da60e90fe [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Support
CAS
TestingSupport
)
add_llvm_unittest(CASTests
ActionCacheTest.cpp
CASTestConfig.cpp
ObjectStoreTest.cpp
OnDiskTrieRawHashMapTest.cpp
ProgramTest.cpp
)
target_link_libraries(CASTests PRIVATE LLVMTestingSupport)