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/25032005/Makefile

    r55 r56  
    1313
    1414test : all
    15         @echo -ne "| Testing $$(basename $$(pwd)): " ;
    16         @./$(EXE_SC) 2> /dev/null || res=1 ; \
     15        $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ;
     16        $(SILENCE)./$(EXE_SC) 2> /dev/null || res=1 ; \
    1717        ./$(EXE_SCASS) --p --t 2> /dev/null || res=1 ; \
    1818        (tail -n +3 $(SIGNAL_GRAPH) | diff $(SIGNAL_GRAPH_REF) -) > /dev/null || res=1 ; \
    1919        (tail -n +3 $(PROCESS_ORDER) | diff $(PROCESS_ORDER_REF) -) > /dev/null || res=1 ; \
    2020        diff $(SIGNAL_ORDER_REF) $(SIGNAL_ORDER) > /dev/null || res=1 ;\
    21         if [ x"$$res" = x ] ; then echo "OK" ; else echo "KO" ; fi ;
     21        if [ x"$$res" = x ] ; then $(ECHO) -e "$(OK)" ; else $(ECHO) -e "$(KO)" ; fi ;
    2222       
Note: See TracChangeset for help on using the changeset viewer.