xref: /llvm-project/libc/test/src/math/nextafterl_test.cpp (revision b6bc9d72f65a5086f310f321e969d96e9a559e75)
17f7b0dc4SSiva Chandra Reddy //===-- Unittests for nextafterl ------------------------------------------===//
27f7b0dc4SSiva Chandra Reddy //
37f7b0dc4SSiva Chandra Reddy // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
47f7b0dc4SSiva Chandra Reddy // See https://llvm.org/LICENSE.txt for license information.
57f7b0dc4SSiva Chandra Reddy // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
67f7b0dc4SSiva Chandra Reddy //
77f7b0dc4SSiva Chandra Reddy //===----------------------------------------------------------------------===//
87f7b0dc4SSiva Chandra Reddy 
97f7b0dc4SSiva Chandra Reddy #include "NextAfterTest.h"
107f7b0dc4SSiva Chandra Reddy 
117f7b0dc4SSiva Chandra Reddy #include "src/math/nextafterl.h"
127f7b0dc4SSiva Chandra Reddy 
13*b6bc9d72SGuillaume Chatelet LIST_NEXTAFTER_TESTS(long double, LIBC_NAMESPACE::nextafterl)
14