From 256b8e80130da564f1b175fd17fb506a05d07d6b Mon Sep 17 00:00:00 2001 From: vraatikka Date: Tue, 6 Aug 2013 11:14:45 +0300 Subject: [PATCH] Added more test cases and reformatted output a bit. --- server/core/test/makefile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/server/core/test/makefile b/server/core/test/makefile index 191dd25cf..4706de30b 100644 --- a/server/core/test/makefile +++ b/server/core/test/makefile @@ -20,10 +20,13 @@ buildall : testhash.c ../hashtable.o ../atomic.o ../spinlock.o -o testhash \ runall: - - ./testhash 0 1 - - ./testhash 10 1 - - ./testhash 1000 10 - - ./testhash 10 0 - - ./testhash 1500 17 - - ./testhash 1 1 + - @./testhash 0 1 + - @./testhash 10 1 + - @./testhash 1000 10 + - @./testhash 10 0 + - @./testhash 1500 17 + - @./testhash 1 1 + - @./testhash 10000 133 + - @./testhash 1000 1000 + - @./testhash 1000 100000