mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-16 18:56:55 +02:00
Tests print their name before running
This makes finding out which test have hung-up easier. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -20,10 +20,13 @@
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include "testutil.hpp"
|
||||
|
||||
int main (int argc, char *argv [])
|
||||
{
|
||||
fprintf (stderr, "test_reqrep_inproc running...\n");
|
||||
|
||||
void *ctx = zmq_init (0);
|
||||
assert (ctx);
|
||||
|
||||
|
Reference in New Issue
Block a user