From 2af6e53640931d9d5243e4275e640cdd5c7f3505 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sun, 29 Apr 2012 16:18:03 -0400 Subject: [PATCH] rculfhash test: print test name Signed-off-by: Mathieu Desnoyers --- tests/test_urcu_hash_rw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_urcu_hash_rw.c b/tests/test_urcu_hash_rw.c index 7145ca4..7310344 100644 --- a/tests/test_urcu_hash_rw.c +++ b/tests/test_urcu_hash_rw.c @@ -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 " -- 2.34.1