xo-gc: utest: fairly comprehensive GCObjectStore utest

Generative!
This commit is contained in:
Roland Conybeare 2026-04-09 19:12:41 -04:00
commit 04131b1ece
7 changed files with 534 additions and 29 deletions

View file

@ -64,7 +64,7 @@ namespace ut {
TEST_CASE("printable1", "[pp][x1][list]")
{
constexpr bool c_debug_flag = false;
scope log(XO_DEBUG(c_debug_flag));
scope log(XO_DEBUG(c_debug_flag), "Object2 printable1 test");
bool ok = SetupObject2::register_facets();
REQUIRE(ok);