13604c23dSAkiel //===-- Unittest for signbit [d] macro ------------------------------------===// 23604c23dSAkiel // 33604c23dSAkiel // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 43604c23dSAkiel // See https://llvm.org/LICENSE.txt for license information. 5*1dbc9829SRoland McGrath // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 63604c23dSAkiel // 73604c23dSAkiel //===----------------------------------------------------------------------===// 83604c23dSAkiel 93604c23dSAkiel #include "SignbitTest.h" 103604c23dSAkiel #include "include/llvm-libc-macros/math-function-macros.h" 113604c23dSAkiel 123604c23dSAkiel LIST_SIGNBIT_TESTS(double, signbit) 13