summaryrefslogtreecommitdiff
path: root/tests/test_timeo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_timeo.cpp')
-rw-r--r--tests/test_timeo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_timeo.cpp b/tests/test_timeo.cpp
index 83d62cc..f17314e 100644
--- a/tests/test_timeo.cpp
+++ b/tests/test_timeo.cpp
@@ -22,6 +22,7 @@
#include <assert.h>
#include <string.h>
#include <pthread.h>
+#include <stdio.h>
#include "../include/zmq.h"
#include "../include/zmq_utils.h"
@@ -46,6 +47,8 @@ extern "C"
int main (int argc, char *argv [])
{
+ fprintf (stderr, "test_timeo...\n");
+
void *ctx = zmq_init (1);
assert (ctx);