1722832e6SMichael Jones //===-- Unittests for atoi ------------------------------------------------===// 2bad3168bSMichael Jones // 3bad3168bSMichael Jones // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4bad3168bSMichael Jones // See https://llvm.org/LICENSE.txt for license information. 5bad3168bSMichael Jones // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6bad3168bSMichael Jones // 7bad3168bSMichael Jones //===----------------------------------------------------------------------===// 8bad3168bSMichael Jones 9d07c54c2SAlex Brachet #include "AtoiTest.h" 10d07c54c2SAlex Brachet 11bad3168bSMichael Jones #include "src/stdlib/atoi.h" 12bad3168bSMichael Jones 13af1315c2SSiva Chandra Reddy #include "test/UnitTest/Test.h" 14bad3168bSMichael Jones 15*b6bc9d72SGuillaume Chatelet ATOI_TEST(Atoi, LIBC_NAMESPACE::atoi) 16