aboutsummaryrefslogtreecommitdiff
path: root/tests/sock.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2016-12-23 08:42:12 -0800
committerGarrett D'Amore <garrett@damore.org>2016-12-23 08:42:12 -0800
commit04ec0775f86cd9eb2335def3c910c0d538a2bbb0 (patch)
tree0b9e6284fb1991febac88d3247487f9fd3d31697 /tests/sock.c
parent229d4c7decb71fd607aaec14ecbae81e380cc700 (diff)
downloadnng-04ec0775f86cd9eb2335def3c910c0d538a2bbb0.tar.gz
nng-04ec0775f86cd9eb2335def3c910c0d538a2bbb0.tar.bz2
nng-04ec0775f86cd9eb2335def3c910c0d538a2bbb0.zip
Try to satisfy uncrustify version differences. Make test use verbose by default.
Diffstat (limited to 'tests/sock.c')
-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;