xref: /llvm-project/libc/test/src/stdfix/expk_test.cpp (revision 14171b87a3b5a403f39d78da964595175636a0ae)
1*14171b87Slntue //===-- Unittests for expk ------------------------------------------------===//
2*14171b87Slntue //
3*14171b87Slntue // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*14171b87Slntue // See https://llvm.org/LICENSE.txt for license information.
5*14171b87Slntue // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*14171b87Slntue //
7*14171b87Slntue //===----------------------------------------------------------------------===//
8*14171b87Slntue 
9*14171b87Slntue #include "ExpTest.h"
10*14171b87Slntue 
11*14171b87Slntue #include "src/stdfix/expk.h"
12*14171b87Slntue 
13*14171b87Slntue LIST_EXP_TESTS(k, accum, LIBC_NAMESPACE::expk);
14