blob: c5315d3b66baec7f368e6f2a190f778a3aa6cad1 [file] [log] [blame]
if((${LIBC_TARGET_OS} STREQUAL "linux") AND (${LIBC_TARGET_ARCHITECTURE_IS_X86}))
add_libc_unittest(
x86_long_double_test
SRCS
x86_long_double_test.cpp
DEPENDS
libc.include.math
libc.utils.FPUtil.fputil
)
endif()