source: sources/test_regression/16022007/Makefile

Last change on this file was 56, checked in by meunier, 11 years ago
  • Tried to fix a problem with echo
  • Started to resolve some tests failing (often because of the test itself)
File size: 353 bytes
RevLine 
[55]1
[1]2include ../env.mk
[55]3include ../Makefile.common
[1]4
5
[55]6test : all
[56]7        $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ;
8        $(SILENCE)./$(EXE_SCASS) > $(LOG_SCASS) 2> /dev/null
9        $(SILENCE)./$(EXE_SC) > $(LOG_SC) 2> /dev/null
10        $(SILENCE)if diff $(LOG_SC) $(LOG_SCASS) > /dev/null ; then \
11    $(ECHO) -e "$(OK)" ; \
12    else $(ECHO) -e "$(KO)" ; \
[55]13    fi ;
[1]14
Note: See TracBrowser for help on using the repository browser.