diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-23 08:42:12 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-23 08:42:12 -0800 |
| commit | 04ec0775f86cd9eb2335def3c910c0d538a2bbb0 (patch) | |
| tree | 0b9e6284fb1991febac88d3247487f9fd3d31697 /tests/sock.c | |
| parent | 229d4c7decb71fd607aaec14ecbae81e380cc700 (diff) | |
| download | nng-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.c | 1 |
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; |
