1*2d784b19SShourya Goel //===-- Unittests for iscanonicall ----------------------------------------===// 2*2d784b19SShourya Goel // 3*2d784b19SShourya Goel // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*2d784b19SShourya Goel // See https://llvm.org/LICENSE.txt for license information. 5*2d784b19SShourya Goel // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*2d784b19SShourya Goel // 7*2d784b19SShourya Goel //===----------------------------------------------------------------------===// 8*2d784b19SShourya Goel 9*2d784b19SShourya Goel #include "IsCanonicalTest.h" 10*2d784b19SShourya Goel 11*2d784b19SShourya Goel #include "src/math/iscanonicall.h" 12*2d784b19SShourya Goel 13*2d784b19SShourya Goel LIST_ISCANONICAL_TESTS(long double, LIBC_NAMESPACE::iscanonicall) 14