[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / libc / test / src / math / generic / CMakeLists.txt
blob9803f34873e5d09d1c37dc7e68c9d0e7c25c0265
1 add_fp_unittest(
2   ceil_test
3   NEED_MPFR
4   SUITE
5     libc_math_unittests
6   SRCS
7     ../ceil_test.cpp
8   DEPENDS
9     libc.include.math
10     libc.src.math.generic.ceil
13 add_fp_unittest(
14   ceilf_test
15   NEED_MPFR
16   SUITE
17     libc_math_unittests
18   SRCS
19     ../ceilf_test.cpp
20   DEPENDS
21     libc.include.math
22     libc.src.math.generic.ceilf
25 add_fp_unittest(
26   ceill_test
27   NEED_MPFR
28   SUITE
29     libc_math_unittests
30   SRCS
31     ../ceill_test.cpp
32   DEPENDS
33     libc.include.math
34     libc.src.math.generic.ceill