xref: /llvm-project/libc/test/include/isnormal_test.cpp (revision 1dbc98294adc06e409b1e0d44252826857ac2ec6)
1aaa637d8SShourya Goel //===-- Unittest for isnormal[d] macro ------------------------------------===//
2aaa637d8SShourya Goel //
3aaa637d8SShourya Goel // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4aaa637d8SShourya Goel // See https://llvm.org/LICENSE.txt for license information.
5*1dbc9829SRoland McGrath // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6aaa637d8SShourya Goel //
7aaa637d8SShourya Goel //===----------------------------------------------------------------------===//
8aaa637d8SShourya Goel 
9aaa637d8SShourya Goel #include "IsNormalTest.h"
10aaa637d8SShourya Goel #include "include/llvm-libc-macros/math-function-macros.h"
11aaa637d8SShourya Goel 
12aaa637d8SShourya Goel LIST_ISNORMAL_TESTS(double, isnormal)
13