xref: /llvm-project/libc/test/src/math/smoke/nextafterf_test.cpp (revision b6bc9d72f65a5086f310f321e969d96e9a559e75)
184c899b2STue Ly //===-- Unittests for nextafterf ------------------------------------------===//
284c899b2STue Ly //
384c899b2STue Ly // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
484c899b2STue Ly // See https://llvm.org/LICENSE.txt for license information.
584c899b2STue Ly // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
684c899b2STue Ly //
784c899b2STue Ly //===----------------------------------------------------------------------===//
884c899b2STue Ly 
984c899b2STue Ly #include "NextAfterTest.h"
1084c899b2STue Ly 
1184c899b2STue Ly #include "src/math/nextafterf.h"
1284c899b2STue Ly 
13*b6bc9d72SGuillaume Chatelet LIST_NEXTAFTER_TESTS(float, LIBC_NAMESPACE::nextafterf)
14