blob: 0aeb980e30382c8fb84b997c4be0de36aa0a5c24 [file] [log] [blame] [edit]
//===-- Unittests for bitsr -----------------------------------------------===//
//
// 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 "BitsFxTest.h"
#include "llvm-libc-types/stdfix-types.h" // int_r_t
#include "src/stdfix/bitsr.h"
LIST_BITSFX_TESTS(r, fract, int_r_t, LIBC_NAMESPACE::bitsr);