diff options
Diffstat (limited to 'tests/inproc.c')
| -rw-r--r-- | tests/inproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/inproc.c b/tests/inproc.c index 065b604b..89b43ced 100644 --- a/tests/inproc.c +++ b/tests/inproc.c @@ -14,5 +14,7 @@ // Inproc tests. TestMain("Inproc Transport", { + nni_init(); trantest_test_all("inproc://TEST"); + nni_fini(); }) |
