xref: /llvm-project/libc/test/include/iszerof_test.cpp (revision 1dbc98294adc06e409b1e0d44252826857ac2ec6)
1739ede40SShourya Goel //===-- Unittest for iszero[f] macro --------------------------------------===//
2739ede40SShourya Goel //
3739ede40SShourya Goel // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4739ede40SShourya Goel // See https://llvm.org/LICENSE.txt for license information.
5*1dbc9829SRoland McGrath // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6739ede40SShourya Goel //
7739ede40SShourya Goel //===----------------------------------------------------------------------===//
8739ede40SShourya Goel 
9739ede40SShourya Goel #include "IsZeroTest.h"
10739ede40SShourya Goel #include "include/llvm-libc-macros/math-function-macros.h"
11739ede40SShourya Goel 
12739ede40SShourya Goel LIST_ISZERO_TESTS(float, iszero)
13