Index: trunk/Platforms/Test/Makefile
===================================================================
--- trunk/Platforms/Test/Makefile	(revision 122)
+++ trunk/Platforms/Test/Makefile	(revision 123)
@@ -75,6 +75,6 @@
 LOGS				=	$(patsubst $(DIR_DATA)/%.cfg,$(DIR_LOG)/%.log,$(wildcard $(DIR_DATA)/$(DATA)/*.cfg))
 EXEC				=	$(DIR_BIN)/soft.x
-EXEC_PREFIX			=	$(NICE) -n $(PRIORITY)
-# $(VALGRIND)
+EXEC_PREFIX			=	$(NICE) -n $(PRIORITY) 
+#$(VALGRIND)
 
 #-----[ Compilation ]--------------------------------------
@@ -158,5 +158,5 @@
 				if $(TEST) $${nb_test_ko} -ne 0;							\
 				then $(ECHO) "-------------------| Test KO !!! ($${nb_test_ko}/$${nb_test})"; exit 1;	\
-				else $(ECHO) "-------------------| Test OK"; exit 0;					\
+				else $(ECHO) "-------------------| Test OK     ($${nb_test})"; exit 0;			\
 				fi;
 
