summaryrefslogtreecommitdiff
path: root/tests/test_reqrep_device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_reqrep_device.cpp')
-rw-r--r--tests/test_reqrep_device.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_reqrep_device.cpp b/tests/test_reqrep_device.cpp
index 4ee7cf2..8e8eef4 100644
--- a/tests/test_reqrep_device.cpp
+++ b/tests/test_reqrep_device.cpp
@@ -22,11 +22,14 @@
#include <assert.h>
#include <string.h>
+#include <stdio.h>
#include "../include/zmq.h"
int main (int argc, char *argv [])
{
+ fprintf (stderr, "test_reqrep_device running...\n");
+
void *ctx = zmq_init (1);
assert (ctx);