Ignore:
Timestamp:
Oct 13, 2010, 8:15:51 PM (14 years ago)
Author:
rosiere
Message:

1) add test with SPECINT2K
2) new config of Selftest
3) modif RAT to support multiple depth_save ... but not finish (need fix Update Prediction Table)
4) add Function_pointer but need fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platforms/Test/Makefile

    r142 r145  
    3434PRIORITY                        = 0
    3535endif
    36 
    3736ifeq ($(flavor CLEAN), undefined)
    3837CLEAN                           = 0
     
    185184                                for log in $(LOGS); do                                                  \
    186185                                        $(ECHO) -n ".";                                                 \
    187                                         $(ECHO) -n "source $(MORPHEO_TOPLEVEL)/environment.sh $(MORPHEO_LOCALIZATION); path=\"${PWD}\"; " >> $(SCRIPT);\
     186                                        $(ECHO) -n "source $(MORPHEO_TOPLEVEL)/environment.sh -l $(MORPHEO_LOCALIZATION) -t $(MORPHEO_TYPE); path=\"${PWD}\"; " >> $(SCRIPT);\
    188187                                        if $(TEST) $(CLEAN) -ne 0; then                                 \
    189188                                                $(ECHO) -n "$(RM) $${log}; " >> $(SCRIPT);              \
     
    300299                                $(ECHO) " * debug               : cf 'make run DATA=debug'";\
    301300                                $(ECHO) " * bench               : cf 'make run DATA=bench'";\
    302                                 $(ECHO) " * distexe             : Generate an command file to distexe. It's as run command, but just generate an script with all make";\
     301                                $(ECHO) " * distexe             : Generate an command file to distexe (\"$(SCRIPT)\").";\
     302                                $(ECHO) "                         This file can be use with distexe or just run in local machine.";\
    303303                                $(ECHO) " * cfg                 : For each configuration in \"${PATH_CFG}\", create basic test";\
    304304                                $(ECHO) " * lib                 : make library";\
Note: See TracChangeset for help on using the changeset viewer.