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