refcnt: + unit test

This commit is contained in:
Roland Conybeare 2023-09-24 12:56:22 -04:00
commit f8ca4dbe09
4 changed files with 374 additions and 0 deletions

View file

@ -0,0 +1,6 @@
/* @file refcnt_utest_main.cpp */
#define CATCH_CONFIG_MAIN
#include "catch2/catch.hpp"
/* end refcnt_utest_main.cpp */