mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
commit
6243e5a90e
25 changed files with 1833 additions and 143 deletions
5
externals/mcl/tests/bit/bit_field_tests.cpp
vendored
5
externals/mcl/tests/bit/bit_field_tests.cpp
vendored
|
|
@ -5,11 +5,12 @@
|
|||
#include <array>
|
||||
#include <tuple>
|
||||
|
||||
#include <catch2/catch.hpp>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <mcl/bit/bit_field.hpp>
|
||||
#include <mcl/stdint.hpp>
|
||||
|
||||
TEST_CASE("mcl::bit::ones", "[bit]") {
|
||||
TEST_CASE("mcl::bit::ones", "[bit]")
|
||||
{
|
||||
const std::array cases{
|
||||
std::make_tuple<size_t, u8>(0, 0x00),
|
||||
std::make_tuple<size_t, u8>(1, 0x01),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue