xref: /llvm-project/libc/test/src/math/truncl_test.cpp (revision b6bc9d72f65a5086f310f321e969d96e9a559e75)
113901826SSiva Chandra Reddy //===-- Unittests for truncl ----------------------------------------------===//
213901826SSiva Chandra Reddy //
313901826SSiva Chandra Reddy // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
413901826SSiva Chandra Reddy // See https://llvm.org/LICENSE.txt for license information.
513901826SSiva Chandra Reddy // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
613901826SSiva Chandra Reddy //
713901826SSiva Chandra Reddy //===----------------------------------------------------------------------===//
813901826SSiva Chandra Reddy 
980e166f8SSiva Chandra Reddy #include "TruncTest.h"
1080e166f8SSiva Chandra Reddy 
1113901826SSiva Chandra Reddy #include "src/math/truncl.h"
1213901826SSiva Chandra Reddy 
13*b6bc9d72SGuillaume Chatelet LIST_TRUNC_TESTS(long double, LIBC_NAMESPACE::truncl)
14