Changeset 56 for sources/test_regression/24082009/Makefile
- Timestamp:
- May 29, 2013, 6:05:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/test_regression/24082009/Makefile
r55 r56 4 4 5 5 test : all 6 @echo-ne "| Testing $$(basename $$(pwd)): " ;7 @./$(EXE_SCASS) > $(LOG_SCASS) 2> /dev/null8 @./$(EXE_SC) > $(LOG_SC) 2> /dev/null9 @if diff $(LOG_SC) $(LOG_SCASS) > /dev/null ; then \6 $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ; 7 $(SILENCE)./$(EXE_SCASS) > $(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 10 time_scass=$$(/usr/bin/time -f "%e" 2>&1 ./$(EXE_SCASS) --nodynamiclink | tail -n 1) ; \ 11 11 time_sc=$$(/usr/bin/time -f "%e" 2>&1 ./$(EXE_SC) | tail -n 1) ; \ 12 echo "OK(time SystemCass: $$time_scass - time SystemC : $$time_sc)" ; \13 else echo "KO" ; \12 $(ECHO) -e "$(OK) (time SystemCass: $$time_scass - time SystemC : $$time_sc)" ; \ 13 else $(ECHO) -e "$(KO)" ; \ 14 14 fi ; 15 15
Note: See TracChangeset
for help on using the changeset viewer.