blob: f6580da5966d82e2f2ce5efd47b537a0d4a0160f [file] [log] [blame]
add_libc_exhaustive_testsuite(libc_math_exhaustive_tests)
add_fp_unittest(
sqrtf_test
NEED_MPFR
SUITE
libc_math_exhaustive_tests
SRCS
sqrtf_test.cpp
DEPENDS
libc.include.math
libc.src.math.sqrtf
libc.utils.FPUtil.fputil
)
add_fp_unittest(
sinf_test
NEED_MPFR
SUITE
libc_math_exhaustive_tests
SRCS
sinf_test.cpp
DEPENDS
libc.include.math
libc.src.math.sinf
libc.utils.FPUtil.fputil
)
add_fp_unittest(
cosf_test
NEED_MPFR
SUITE
libc_math_exhaustive_tests
SRCS
cosf_test.cpp
DEPENDS
libc.include.math
libc.src.math.cosf
libc.utils.FPUtil.fputil
)
add_fp_unittest(
expm1f_test
NEED_MPFR
SUITE
libc_math_exhaustive_tests
SRCS
expm1f_test.cpp
DEPENDS
libc.include.math
libc.src.math.expm1f
libc.utils.FPUtil.fputil
)