xref: /llvm-project/libc/test/include/isnanl_test.cpp (revision 1dbc98294adc06e409b1e0d44252826857ac2ec6)
13604c23dSAkiel //===-- Unittest for isnan[l] 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 "IsNanTest.h"
103604c23dSAkiel #include "include/llvm-libc-macros/math-function-macros.h"
113604c23dSAkiel 
123604c23dSAkiel LIST_ISNAN_TESTS(long double, isnan)
13