[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / libc / test / src / errno / CMakeLists.txt
blob70520735b9d6f9a8323c931a87a30b230227c575
1 if(NOT LLVM_LIBC_FULL_BUILD)
2   return()
3 endif()
5 add_libc_testsuite(libc_errno_unittests)
7 add_libc_unittest(
8   errno_test
9   SUITE
10     libc_errno_unittests
11   SRCS
12     errno_test.cpp
13   DEPENDS
14     libc.src.errno.errno