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

LIST_CEIL_TESTS(double, LIBC_NAMESPACE::ceil)