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:
308 bytes
|
Rev | Line | |
---|
[1] | 1 | include ../env.mk |
---|
[55] | 2 | include ../Makefile.common |
---|
[1] | 3 | |
---|
| 4 | test : $(EXE_SCASS) |
---|
[56] | 5 | $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ; \ |
---|
[55] | 6 | ./$(EXE_SCASS) 2> /dev/null ; |
---|
[56] | 7 | $(SILENCE)if tail -n +8 trace_file.vcd | diff trace_file_reference.vcd - ; then \ |
---|
| 8 | $(ECHO) -e "$(OK)" ; \ |
---|
[55] | 9 | else \ |
---|
[56] | 10 | $(ECHO) -e "$(KO)" ; \ |
---|
[55] | 11 | fi ; |
---|
[1] | 12 | |
---|
| 13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.