rculfhash test: print test name
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 29 Apr 2012 20:18:03 +0000 (16:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 29 Apr 2012 20:18:03 +0000 (16:18 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/test_urcu_hash_rw.c

index 7145ca41306111722ea28b6aaf52d063669d00c4..73103444b6addc1ea90d3f9d8843f86fcefead39 100644 (file)
@@ -227,6 +227,8 @@ int test_hash_rw_populate_hash(void)
        if (!init_populate)
                return 0;
 
+       printf("Starting rw test\n");
+
        if ((add_unique || add_replace) && init_populate * 10 > init_pool_size) {
                printf("WARNING: required to populate %lu nodes (-k), but random "
 "pool is quite small (%lu values) and we are in add_unique (-u) or add_replace (-s) mode. Try with a "
This page took 0.024909 seconds and 4 git commands to generate.