Reviewed By: sivachandra, abrachet Differential Revision: https://reviews.llvm.org/D85103
12 lines
189 B
CMake
12 lines
189 B
CMake
add_libc_testsuite(libc_cpp_utils_unittests)
|
|
|
|
add_libc_unittest(
|
|
bitset_test
|
|
SUITE
|
|
libc_cpp_utils_unittests
|
|
SRCS
|
|
bitset_test.cpp
|
|
DEPENDS
|
|
libc.utils.CPP.standalone_cpp
|
|
)
|