aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/sock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sock.c b/tests/sock.c
index 76942d31..137e6e7f 100644
--- a/tests/sock.c
+++ b/tests/sock.c
@@ -11,6 +11,7 @@
#include "nng.h"
TestMain("Socket Operations", {
+ ConveySetVerbose();
Convey("We are able to open a PAIR socket", {
int rv;
nng_socket *sock = NULL;