container: root: add unit test for internal throw/exception handler

This commit is contained in:
2024-07-16 18:54:46 -07:00
parent 612f9e5499
commit 9873e63d56
3 changed files with 307 additions and 1 deletions

View File

@@ -63,8 +63,9 @@ class Unit
{
static bool loaded{false};
static const std::initializer_list<std::string> paths{
{"../test/unit/random.hh"},
{"../test/unit/hash.hh"},
{"../test/unit/random.hh"},
{"../test/unit/type.hh"},
{"../test/unit/utility.hh"}};
if (!loaded)