Changeset 56 for sources/test_regression/16112005a
- Timestamp:
- May 29, 2013, 6:05:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/test_regression/16112005a/Makefile
r55 r56 3 3 4 4 test : all 5 @echo-ne "| Testing $$(basename $$(pwd)): " ;6 @./$(EXE_SCASS) > $(LOG_SCASS) 2> /dev/null7 @./$(EXE_SC) > $(LOG_SC) 2> /dev/null8 @if diff $(LOG_SC) $(LOG_SCASS) > /dev/null ; then \9 echo "OK" ; \10 else echo "KO" ; \5 $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ; 6 $(SILENCE)./$(EXE_SCASS) > $(LOG_SCASS) 2> /dev/null 7 $(SILENCE)./$(EXE_SC) > $(LOG_SC) 2> /dev/null 8 $(SILENCE)if diff $(LOG_SC) $(LOG_SCASS) > /dev/null ; then \ 9 $(ECHO) -e "$(OK)" ; \ 10 else $(ECHO) -e "$(KO)" ; \ 11 11 fi ; 12 12 13 13 14 #./system_systemcass.x || eval ${failcom} ; \15 ./system2_systemcass.x ; \16 if [ $$? -ne 29 ] ; then eval ${failcom} ; fi ; \17 ./system3_systemcass.x ; \18 if [ $$? -ne 29 ] ; then eval ${failcom} ; fi ; \19 echo Test OK.20
Note: See TracChangeset
for help on using the changeset viewer.