aboutsummaryrefslogtreecommitdiff
path: root/libc/test/include/fpclassifyl_test.cpp
blob: dcda270a09d21c43ce9b8e3ff99bf6b427d6d516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//===-- Unittest for fpclassify[l] macro ----------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "FpClassifyTest.h"
#include "include/llvm-libc-macros/math-function-macros.h"

LIST_FPCLASSIFY_TESTS(long double, fpclassify)