mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 11:06:52 +01:00
Lots of cleanups to self-tests
* Removed or truncated sleeps so the tests run faster * Removed dependencies on zmq_utils * Rewrote a few tests that were confusing * Minor code cleanups
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
|
||||
int main (void)
|
||||
{
|
||||
fprintf (stderr, "test_reqrep_ipc running...\n");
|
||||
|
||||
void *ctx = zmq_ctx_new ();
|
||||
assert (ctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user