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