1*fb69b92cSSiva Chandra Reddy //===-- Unittests for sqrt ------------------------------------------------===//
25078825aSTue Ly //
35078825aSTue Ly // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
45078825aSTue Ly // See https://llvm.org/LICENSE.txt for license information.
55078825aSTue Ly // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
65078825aSTue Ly //
7*fb69b92cSSiva Chandra Reddy //===----------------------------------------------------------------------===//
8*fb69b92cSSiva Chandra Reddy 
9*fb69b92cSSiva Chandra Reddy #include "SqrtTest.h"
105078825aSTue Ly 
115078825aSTue Ly #include "src/math/sqrt.h"
125078825aSTue Ly 
13*fb69b92cSSiva Chandra Reddy LIST_SQRT_TESTS(double, __llvm_libc::sqrt)
14