1739ede40SShourya Goel //===-- Unittest for iszero[d] 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(double, iszero) 13