aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/idhash.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/idhash.c b/tests/idhash.c
index a30b0d0a..45c0439a 100644
--- a/tests/idhash.c
+++ b/tests/idhash.c
@@ -11,7 +11,10 @@
#include "core/idhash.c"
#include "convey.h"
+#include "core/nng_impl.h"
+
Main({
+ nni_init();
Test("General ID Hash",
{
int rv;
@@ -153,4 +156,6 @@ Main({
});
});
});
+
+ nni_fini();
});