xref: /llvm-project/libc/test/src/math/smoke/canonicalizef_test.cpp (revision 19ca79e8671439338b429982c457304c70eca701)
1*19ca79e8SShourya Goel //===-- Unittests for canonicalizef ---------------------------------------===//
2*19ca79e8SShourya Goel //
3*19ca79e8SShourya Goel // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*19ca79e8SShourya Goel // See https://llvm.org/LICENSE.txt for license information.
5*19ca79e8SShourya Goel // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*19ca79e8SShourya Goel //
7*19ca79e8SShourya Goel //===----------------------------------------------------------------------===//
8*19ca79e8SShourya Goel 
9*19ca79e8SShourya Goel #include "CanonicalizeTest.h"
10*19ca79e8SShourya Goel 
11*19ca79e8SShourya Goel #include "src/math/canonicalizef.h"
12*19ca79e8SShourya Goel 
13*19ca79e8SShourya Goel LIST_CANONICALIZE_TESTS(float, LIBC_NAMESPACE::canonicalizef)
14