xref: /llvm-project/libc/test/src/stdlib/lldiv_test.cpp (revision 33bdb53d864e3e244d8fd5649062f17b7d4c958d)
174670e79SSiva Chandra Reddy //===-- Unittests for lldiv -----------------------------------------------===//
274670e79SSiva Chandra Reddy //
374670e79SSiva Chandra Reddy // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
474670e79SSiva Chandra Reddy // See https://llvm.org/LICENSE.txt for license information.
574670e79SSiva Chandra Reddy // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
674670e79SSiva Chandra Reddy //
774670e79SSiva Chandra Reddy //===----------------------------------------------------------------------===//
874670e79SSiva Chandra Reddy 
974670e79SSiva Chandra Reddy #include "DivTest.h"
1074670e79SSiva Chandra Reddy 
11*33bdb53dSJob Henandez Lara #include "hdr/types/lldiv_t.h"
1274670e79SSiva Chandra Reddy #include "src/stdlib/lldiv.h"
1374670e79SSiva Chandra Reddy 
14b6bc9d72SGuillaume Chatelet LIST_DIV_TESTS(long long, lldiv_t, LIBC_NAMESPACE::lldiv)
15