1add_llvm_library(
2  LibcUnitTest
3  Test.cpp
4  Test.h
5  LINK_COMPONENTS Support
6)
7target_include_directories(LibcUnitTest PUBLIC ${LIBC_SOURCE_DIR})
8add_dependencies(LibcUnitTest standalone_cpp)
9