mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-03 00:23:30 +01:00
Fix tabs
This commit is contained in:
@@ -48,7 +48,7 @@ noinst_PROGRAMS = test_system \
|
|||||||
test_many_sockets \
|
test_many_sockets \
|
||||||
test_ipc_wildcard \
|
test_ipc_wildcard \
|
||||||
test_diffserv \
|
test_diffserv \
|
||||||
test_connect_rid
|
test_connect_rid
|
||||||
|
|
||||||
if !ON_MINGW
|
if !ON_MINGW
|
||||||
noinst_PROGRAMS += test_shutdown_stress \
|
noinst_PROGRAMS += test_shutdown_stress \
|
||||||
|
|||||||
@@ -173,9 +173,9 @@ int main (void)
|
|||||||
ctx = zmq_ctx_new ();
|
ctx = zmq_ctx_new ();
|
||||||
assert (ctx);
|
assert (ctx);
|
||||||
test_stream_2_stream (ctx);
|
test_stream_2_stream (ctx);
|
||||||
msleep(100); // Give time for bound socket to be closed.
|
msleep(100); // Give time for bound socket to be closed.
|
||||||
test_router_2_router (ctx, false);
|
test_router_2_router (ctx, false);
|
||||||
msleep(100); // Give time for bound socket to be closed.
|
msleep(100); // Give time for bound socket to be closed.
|
||||||
test_router_2_router (ctx, true);
|
test_router_2_router (ctx, true);
|
||||||
zmq_ctx_destroy (ctx);
|
zmq_ctx_destroy (ctx);
|
||||||
printf ("'test_connect_rid' passed");
|
printf ("'test_connect_rid' passed");
|
||||||
|
|||||||
Reference in New Issue
Block a user