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