aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/math/ceill_test.cpp
blob: 0f766602a0f6d41d0a3144edbc8f244ef5351bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//===-- Unittests for ceill -----------------------------------------------===//
//
// 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 "CeilTest.h"

#include "src/math/ceill.h"

LIST_CEIL_TESTS(long double, LIBC_NAMESPACE::ceill)