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:
Martin Sustrik
2011-11-01 13:54:28 +01:00
parent 7842c71073
commit 7563518929
12 changed files with 36 additions and 0 deletions

View File

@@ -20,10 +20,13 @@
*/
#include <assert.h>
#include <stdio.h>
#include "testutil.hpp"
int main (int argc, char *argv [])
{
fprintf (stderr, "test_pair_tcp running...\n");
void *ctx = zmq_init (1);
assert (ctx);