xref: /llvm-project/libc/test/src/stdlib/strfromf_test.cpp (revision 83e96977cdb6041196366fc01e8abdca52cadb2e)
15ea15203SVinayak Dev //===-- Unittests for strfromf --------------------------------------------===//
25ea15203SVinayak Dev //
35ea15203SVinayak Dev // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
45ea15203SVinayak Dev // See https://llvm.org/LICENSE.txt for license information.
55ea15203SVinayak Dev // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
65ea15203SVinayak Dev //
75ea15203SVinayak Dev //===----------------------------------------------------------------------===//
85ea15203SVinayak Dev 
9*83e96977SVinayak Dev #include "StrfromTest.h"
105ea15203SVinayak Dev #include "src/stdlib/strfromf.h"
115ea15203SVinayak Dev #include "test/UnitTest/Test.h"
125ea15203SVinayak Dev 
13*83e96977SVinayak Dev STRFROM_TEST(float, StrFromf, LIBC_NAMESPACE::strfromf)
14