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