aboutsummaryrefslogtreecommitdiff
path: root/tests/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcp.c')
-rw-r--r--tests/tcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcp.c b/tests/tcp.c
index 3d46e92b..02b75795 100644
--- a/tests/tcp.c
+++ b/tests/tcp.c
@@ -14,5 +14,7 @@
// Inproc tests.
TestMain("TCP Transport", {
+ nni_init();
trantest_test_all("tcp://127.0.0.1:4450");
+ nni_fini();
})