aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/ldiv_test.cpp
blob: 258cbfefbe87cb2b3e0b3b7f14cf59d721b150bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//===-- Unittests for ldiv ------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "DivTest.h"

#include "hdr/types/ldiv_t.h"
#include "src/stdlib/ldiv.h"

LIST_DIV_TESTS(long, ldiv_t, LIBC_NAMESPACE::ldiv)