blob: ab709e30369bf3c00f037107e83fdf13d66a48bb [file] [log] [blame]
if (LLVM_ENABLE_ONDISK_CAS)
add_definitions(-DLLVM_ENABLE_ONDISK_CAS=1)
endif()
set(LLVM_LINK_COMPONENTS
Support
CAS
TestingSupport
)
add_llvm_unittest(CASTests
ActionCacheTest.cpp
CASTestConfig.cpp
ObjectStoreTest.cpp
ProgramTest.cpp
)
target_link_libraries(CASTests PRIVATE LLVMTestingSupport)