1d52f0aecSMichael Jones //===-- Unittests for strtoul ---------------------------------------------===// 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/strtoul.h" 10d52f0aecSMichael Jones 11af1315c2SSiva Chandra Reddy #include "test/UnitTest/Test.h" 124e1a164dSRoland McGrath 1339f370aeSMichael Jones #include "StrtolTest.h" 14d52f0aecSMichael Jones 15*b6bc9d72SGuillaume Chatelet STRTOL_TEST(Strtoul, LIBC_NAMESPACE::strtoul) 16