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/09092005b/Makefile

    r55 r56  
    33
    44test : $(EXE_SCASS)
    5         @echo -ne "| Testing $$(basename $$(pwd)): " ; \
     5        $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ; \
    66        ./$(EXE_SCASS) 2> /dev/null ;
    7         @if tail -n +8 trace_file.vcd | diff trace_file_reference.vcd - ; then \
    8                 echo "OK" ; \
     7        $(SILENCE)if tail -n +8 trace_file.vcd | diff trace_file_reference.vcd - ; then \
     8                $(ECHO) -e "$(OK)" ; \
    99        else \
    10                 echo "KO" ; \
     10                $(ECHO) -e "$(KO)" ; \
    1111        fi ;
    1212
Note: See TracChangeset for help on using the changeset viewer.