source: sources/test_regression/16112005c/Makefile @ 56

Last change on this file since 56 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: 249 bytes
RevLine 
[1]1include ../env.mk
[55]2include ../Makefile.common
[1]3
[55]4test : $(EXE_SCASS)
[56]5        $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ;
6        $(SILENCE)./$(EXE_SCASS) 2> /dev/null ; \
7   if [ $$? -ne 29 ] ; then $(ECHO) -e "$(KO)" ; else $(ECHO) -e "$(OK)" ; fi
[1]8
9
Note: See TracBrowser for help on using the repository browser.