Ignore:
Timestamp:
May 29, 2013, 6:05:44 PM (11 years ago)
Author:
meunier
Message:
  • Tried to fix a problem with echo
  • Started to resolve some tests failing (often because of the test itself)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/07122006a/Makefile

    r55 r56  
    44include ../Makefile.common
    55
     6# Checks compilation always succeeds here)
    67
    7 test : all
    8         @echo -ne "| Testing $$(basename $$(pwd)): " ;
    9         @./system_systemcass.x > $(LOG_SCASS) 2> /dev/null
    10         @./system_systemc.x > $(LOG_SC) 2> /dev/null
    11         @if diff $(LOG_SC) $(LOG_SCASS) > /dev/null ; then \
    12     echo "OK" ; \
    13     else echo "KO" ; \
    14     fi ;
    15        
     8test : $(EXE_SCASS)
     9        $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ;
     10        $(SILENCE)./system_systemcass.x > $(LOG_SCASS) 2> /dev/null ; \
     11    $(ECHO) -e "$(OK)" ; \
    1612
     13
Note: See TracChangeset for help on using the changeset viewer.