diff --git a/tests/as_bytes.test.cpp b/tests/as_bytes.test.cpp index 7b5ab34..0095674 100644 --- a/tests/as_bytes.test.cpp +++ b/tests/as_bytes.test.cpp @@ -20,8 +20,7 @@ #include namespace hal { -void as_bytes_test() -{ +boost::ut::suite<"as_bytes_test"> as_bytes_test = [] { using namespace boost::ut; "hal::as_bytes()"_test = []() { diff --git a/tests/bit.test.cpp b/tests/bit.test.cpp index ea6ec32..de18425 100644 --- a/tests/bit.test.cpp +++ b/tests/bit.test.cpp @@ -18,8 +18,7 @@ #include namespace hal { -void bit_test() -{ +boost::ut::suite<"bit"> bit_test = [] { using namespace boost::ut; "hal::bit_modify