Changeset 123 for trunk/Platforms/Test/Makefile
- Timestamp:
- Jun 8, 2009, 10:43:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platforms/Test/Makefile
r122 r123 75 75 LOGS = $(patsubst $(DIR_DATA)/%.cfg,$(DIR_LOG)/%.log,$(wildcard $(DIR_DATA)/$(DATA)/*.cfg)) 76 76 EXEC = $(DIR_BIN)/soft.x 77 EXEC_PREFIX = $(NICE) -n $(PRIORITY) 78 # 77 EXEC_PREFIX = $(NICE) -n $(PRIORITY) 78 #$(VALGRIND) 79 79 80 80 #-----[ Compilation ]-------------------------------------- … … 158 158 if $(TEST) $${nb_test_ko} -ne 0; \ 159 159 then $(ECHO) "-------------------| Test KO !!! ($${nb_test_ko}/$${nb_test})"; exit 1; \ 160 else $(ECHO) "-------------------| Test OK "; exit 0;\160 else $(ECHO) "-------------------| Test OK ($${nb_test})"; exit 0; \ 161 161 fi; 162 162
Note: See TracChangeset
for help on using the changeset viewer.