container: root: add unit test for internal throw/exception handler
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user