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