aboutsummaryrefslogtreecommitdiff
path: root/tests/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ipc.c')
-rw-r--r--tests/ipc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ipc.c b/tests/ipc.c
index 69fe36d0..7e9221f3 100644
--- a/tests/ipc.c
+++ b/tests/ipc.c
@@ -14,5 +14,7 @@
// Inproc tests.
TestMain("IPC Transport", {
+ nni_init();
trantest_test_all("ipc:///tmp/nng_ipc_test");
+ nni_fini();
})