summaryrefslogtreecommitdiff
path: root/tests/test_reqrep_tcp.cpp
diff options
context:
space:
mode:
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);