2020-01-11 05:43:20 +08:00
|
|
|
add_llvm_library(
|
|
|
|
LibcUnitTest
|
|
|
|
Test.cpp
|
|
|
|
Test.h
|
2020-03-06 07:36:11 +08:00
|
|
|
ErrnoSetterMatcher.h
|
2020-01-24 18:37:18 +08:00
|
|
|
LINK_COMPONENTS Support
|
2020-01-11 05:43:20 +08:00
|
|
|
)
|
2020-01-27 13:50:27 +08:00
|
|
|
target_include_directories(LibcUnitTest PUBLIC ${LIBC_SOURCE_DIR})
|
2020-03-05 07:45:51 +08:00
|
|
|
add_dependencies(LibcUnitTest libc.utils.CPP.standalone_cpp)
|
2020-02-27 01:19:09 +08:00
|
|
|
target_link_libraries(LibcUnitTest PUBLIC libc_test_utils)
|