summaryrefslogtreecommitdiff
path: root/tests/test_pair_ipc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pair_ipc.cpp')
-rw-r--r--tests/test_pair_ipc.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_pair_ipc.cpp b/tests/test_pair_ipc.cpp
index b836194..f0be1c6 100644
--- a/tests/test_pair_ipc.cpp
+++ b/tests/test_pair_ipc.cpp
@@ -20,10 +20,13 @@
*/
#include <assert.h>
+#include <stdio.h>
#include "testutil.hpp"
int main (int argc, char *argv [])
{
+ fprintf (stderr, "test_pair_ipc running...\n");
+
void *ctx = zmq_init (1);
assert (ctx);