xref: /llvm-project/libc/test/src/stdfix/abslk_test.cpp (revision 2c45bda8029289bbc6b09f349c203059a61609ce)
1*2c45bda8Slntue //===-- Unittests for abslk -----------------------------------------------===//
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/abslk.h"
12*2c45bda8Slntue 
13*2c45bda8Slntue LIST_ABS_TESTS(long accum, LIBC_NAMESPACE::abslk);
14