1*f01ed3bcSlntue //===-- Unittests for roundk ----------------------------------------------===// 2*f01ed3bcSlntue // 3*f01ed3bcSlntue // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*f01ed3bcSlntue // See https://llvm.org/LICENSE.txt for license information. 5*f01ed3bcSlntue // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*f01ed3bcSlntue // 7*f01ed3bcSlntue //===----------------------------------------------------------------------===// 8*f01ed3bcSlntue 9*f01ed3bcSlntue #include "RoundTest.h" 10*f01ed3bcSlntue 11*f01ed3bcSlntue #include "src/stdfix/roundk.h" 12*f01ed3bcSlntue 13*f01ed3bcSlntue LIST_ROUND_TESTS(accum, LIBC_NAMESPACE::roundk); 14