Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libc / test / src / math / generic / CMakeLists.txt
blobbc2b5cea89d123b0db02f38e73ad1adb54e7e0a4
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