add_custom_target(libc-shared-tests)

add_fp_unittest(
  shared_math_test
  SUITE
    libc-shared-tests
  SRCS
    shared_math_test.cpp
  DEPENDS
    libc.src.__support.math.acos
    libc.src.__support.math.acosf
    libc.src.__support.math.acosf16
    libc.src.__support.math.acoshf
    libc.src.__support.math.acoshf16
    libc.src.__support.math.acospif16
    libc.src.__support.math.asin
    libc.src.__support.math.asinf
    libc.src.__support.math.asinf16
    libc.src.__support.math.asinhf
    libc.src.__support.math.asinhf16
    libc.src.__support.math.atan
    libc.src.__support.math.atan2
    libc.src.__support.math.atan2f
    libc.src.__support.math.atan2f128
    libc.src.__support.math.atanf
    libc.src.__support.math.atanf16
    libc.src.__support.math.atanhf
    libc.src.__support.math.atanhf16
    libc.src.__support.math.cbrt
    libc.src.__support.math.cbrtf
    libc.src.__support.math.cos
    libc.src.__support.math.cosf
    libc.src.__support.math.cosf16
    libc.src.__support.math.coshf
    libc.src.__support.math.coshf16
    libc.src.__support.math.cospif
    libc.src.__support.math.cospif16
    libc.src.__support.math.dfmaf128
    libc.src.__support.math.dfmal
    libc.src.__support.math.dsqrtl
    libc.src.__support.math.exp10m1f
    libc.src.__support.math.exp10m1f16
    libc.src.__support.math.erff
    libc.src.__support.math.exp
    libc.src.__support.math.exp2
    libc.src.__support.math.exp2f
    libc.src.__support.math.exp2f16
    libc.src.__support.math.exp2m1f
    libc.src.__support.math.exp2m1f16
    libc.src.__support.math.expm1
    libc.src.__support.math.expm1f
    libc.src.__support.math.expm1f16
    libc.src.__support.math.exp10
    libc.src.__support.math.exp10f
    libc.src.__support.math.exp10f16
    libc.src.__support.math.expf
    libc.src.__support.math.expf16
    libc.src.__support.math.f16fma
    libc.src.__support.math.f16fmal
    libc.src.__support.math.f16sqrt
    libc.src.__support.math.f16sqrtl
    libc.src.__support.math.frexpf
    libc.src.__support.math.frexpf128
    libc.src.__support.math.frexpf16
    libc.src.__support.math.fsqrt
    libc.src.__support.math.fsqrtf128
    libc.src.__support.math.fsqrtl
    libc.src.__support.math.hypotf
    libc.src.__support.math.ilogb
    libc.src.__support.math.ilogbf
    libc.src.__support.math.ilogbf16
    libc.src.__support.math.ilogbf128
    libc.src.__support.math.ilogbl
    libc.src.__support.math.ldexpf
    libc.src.__support.math.llogb
    libc.src.__support.math.log
    libc.src.__support.math.log10
    libc.src.__support.math.log1p
    libc.src.__support.math.log2
    libc.src.__support.math.logbf
    libc.src.__support.math.logbf128
    libc.src.__support.math.logbf16
    libc.src.__support.math.logf
    libc.src.__support.math.ldexpf
    libc.src.__support.math.ldexpf128
    libc.src.__support.math.ldexpf16
    libc.src.__support.math.llogbf
    libc.src.__support.math.llogbf128
    libc.src.__support.math.llogbf16
    libc.src.__support.math.logf16    
    libc.src.__support.math.rsqrtf
    libc.src.__support.math.rsqrtf16
    libc.src.__support.math.sqrtf16
    libc.src.__support.math.sin
    libc.src.__support.math.sincosf
    libc.src.__support.math.sinf
    libc.src.__support.math.sinf16
    libc.src.__support.math.sinhf
    libc.src.__support.math.sinhf16
    libc.src.__support.math.sinpif
    libc.src.__support.math.sqrt
    libc.src.__support.math.sqrtf
    libc.src.__support.math.tan
    libc.src.__support.math.tanf
)
