From 841048a806f7836bd1196f48c5ee3db5ca844b88 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 13 Jul 2017 18:31:40 -0700 Subject: idhash has it's own lock now. --- tests/idhash.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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(); }); -- cgit v1.2.3-70-g09d2