62 lines · plain
1add_custom_target(libc-shared-tests)2 3add_fp_unittest(4 shared_math_test5 SUITE6 libc-shared-tests7 SRCS8 shared_math_test.cpp9 DEPENDS10 libc.src.__support.math.acos11 libc.src.__support.math.acosf12 libc.src.__support.math.acosf1613 libc.src.__support.math.acoshf14 libc.src.__support.math.acoshf1615 libc.src.__support.math.acospif1616 libc.src.__support.math.asin17 libc.src.__support.math.asinf18 libc.src.__support.math.asinf1619 libc.src.__support.math.asinhf20 libc.src.__support.math.asinhf1621 libc.src.__support.math.atan22 libc.src.__support.math.atan223 libc.src.__support.math.atan2f24 libc.src.__support.math.atan2f12825 libc.src.__support.math.atanf26 libc.src.__support.math.atanf1627 libc.src.__support.math.atanhf28 libc.src.__support.math.atanhf1629 libc.src.__support.math.cbrt30 libc.src.__support.math.cbrtf31 libc.src.__support.math.cos32 libc.src.__support.math.cosf33 libc.src.__support.math.cosf1634 libc.src.__support.math.coshf35 libc.src.__support.math.coshf1636 libc.src.__support.math.cospif37 libc.src.__support.math.cospif1638 libc.src.__support.math.dsqrtl39 libc.src.__support.math.exp10m1f40 libc.src.__support.math.exp10m1f1641 libc.src.__support.math.erff42 libc.src.__support.math.exp43 libc.src.__support.math.exp244 libc.src.__support.math.exp2f45 libc.src.__support.math.exp2f1646 libc.src.__support.math.exp2m1f47 libc.src.__support.math.exp2m1f1648 libc.src.__support.math.exp1049 libc.src.__support.math.exp10f50 libc.src.__support.math.exp10f1651 libc.src.__support.math.expf52 libc.src.__support.math.expf1653 libc.src.__support.math.frexpf54 libc.src.__support.math.frexpf12855 libc.src.__support.math.frexpf1656 libc.src.__support.math.ldexpf57 libc.src.__support.math.ldexpf12858 libc.src.__support.math.ldexpf1659 libc.src.__support.math.rsqrtf60 libc.src.__support.math.rsqrtf1661)62