• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if((${LIBC_TARGET_OS} STREQUAL "linux") AND (${LIBC_TARGET_MACHINE} MATCHES "i386|x86_64"))
2  add_libc_unittest(
3    x86_long_double_test
4    SRCS
5      x86_long_double_test.cpp
6    DEPENDS
7      libc.include.math
8      libc.utils.FPUtil.fputil
9  )
10endif()
11