xref: /llvm-project/libc/test/src/math/trunc_test.cpp (revision b6bc9d72f65a5086f310f321e969d96e9a559e75)
11caedd0cSSiva Chandra Reddy //===-- Unittests for trunc -----------------------------------------------===//
21caedd0cSSiva Chandra Reddy //
31caedd0cSSiva Chandra Reddy // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
41caedd0cSSiva Chandra Reddy // See https://llvm.org/LICENSE.txt for license information.
51caedd0cSSiva Chandra Reddy // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
61caedd0cSSiva Chandra Reddy //
71caedd0cSSiva Chandra Reddy //===----------------------------------------------------------------------===//
81caedd0cSSiva Chandra Reddy 
980e166f8SSiva Chandra Reddy #include "TruncTest.h"
1080e166f8SSiva Chandra Reddy 
111caedd0cSSiva Chandra Reddy #include "src/math/trunc.h"
121caedd0cSSiva Chandra Reddy 
13*b6bc9d72SGuillaume Chatelet LIST_TRUNC_TESTS(double, LIBC_NAMESPACE::trunc)
14