summaryrefslogtreecommitdiff
path: root/tests/test_reqrep_tcp.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-11-01 13:54:28 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-11-01 13:54:28 +0100
commit7563518929573fc9e729c1dc8bb4aea512fada5a (patch)
tree3af7f4b54762f3ecd3e3c8661e648efe64fc7eb5 /tests/test_reqrep_tcp.cpp
parent7842c7107358324e8c5b9af7272e6dcab8c97931 (diff)
Tests print their name before running
This makes finding out which test have hung-up easier. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'tests/test_reqrep_tcp.cpp')
-rw-r--r--tests/test_reqrep_tcp.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_reqrep_tcp.cpp b/tests/test_reqrep_tcp.cpp
index 8331c22..9f1724e 100644
--- a/tests/test_reqrep_tcp.cpp
+++ b/tests/test_reqrep_tcp.cpp
@@ -20,10 +20,13 @@
*/
#include <assert.h>
+#include <stdio.h>
#include "testutil.hpp"
int main (int argc, char *argv [])
{
+ fprintf (stderr, "test_reqrep_tcp running...\n");
+
void *ctx = zmq_init (1);
assert (ctx);