Changeset 56 for sources/test_regression/07122006b/Makefile
- Timestamp:
- May 29, 2013, 6:05:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/test_regression/07122006b/Makefile
r55 r56 2 2 include ../Makefile.common 3 3 4 # Checks compilation, always succeeds here 4 5 5 test : all6 test : $(EXE_SCASS) 6 7 @echo -ne "| Testing $$(basename $$(pwd)): " ; 7 @./system_systemcass.x > $(LOG_SCASS) 2> /dev/null 8 @./system_systemc.x > $(LOG_SC) 2> /dev/null 9 @if diff $(LOG_SC) $(LOG_SCASS) > /dev/null ; then \ 10 echo "OK" ; \ 11 else echo "KO" ; \ 12 fi ; 8 @./$(EXE_SCASS) > $(LOG_SCASS) 2> /dev/null 9 @echo -e "$(OK)" ; \ 13 10 14 11
Note: See TracChangeset
for help on using the changeset viewer.