Ignore:
Timestamp:
Jun 8, 2009, 10:43:30 PM (15 years ago)
Author:
rosiere
Message:

1) Fix performance
2) add auto generation to SPECINT2000
3) add reset in genMoore and genMealy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platforms/Test/Makefile

    r122 r123  
    7575LOGS                            =       $(patsubst $(DIR_DATA)/%.cfg,$(DIR_LOG)/%.log,$(wildcard $(DIR_DATA)/$(DATA)/*.cfg))
    7676EXEC                            =       $(DIR_BIN)/soft.x
    77 EXEC_PREFIX                     =       $(NICE) -n $(PRIORITY)
    78 # $(VALGRIND)
     77EXEC_PREFIX                     =       $(NICE) -n $(PRIORITY) 
     78#$(VALGRIND)
    7979
    8080#-----[ Compilation ]--------------------------------------
     
    158158                                if $(TEST) $${nb_test_ko} -ne 0;                                                        \
    159159                                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;                  \
    161161                                fi;
    162162
Note: See TracChangeset for help on using the changeset viewer.