diff options
Diffstat (limited to 'tests/idhash.c')
| -rw-r--r-- | tests/idhash.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/idhash.c b/tests/idhash.c index b05b4b2f..0609248b 100644 --- a/tests/idhash.c +++ b/tests/idhash.c @@ -12,6 +12,8 @@ #include "core/idhash.c" Main({ + nni_init(); + Test("General ID Hash", { int rv; @@ -166,4 +168,6 @@ Main({ }) }) }) + + nni_fini(); }) |
