blob: 1c9753e62a593e649db959c143cae082f92cb77f [file] [log] [blame]
add_llvm_library(
LibcUnitTest
Test.cpp
Test.h
)
target_include_directories(LibcUnitTest PUBLIC ${LIBC_SOURCE_DIR})
add_dependencies(LibcUnitTest libc.utils.CPP.standalone_cpp)
target_link_libraries(LibcUnitTest PUBLIC libc_test_utils)