Last change
on this file since 55 was
55,
checked in by meunier, 12 years ago
|
Tried to clean the test_regression directory:
- Code formatting
- Supressed warnings
- Made comprehensible outputs
- Factorized Makefiles
There's still a lot to do (many tests don't pass for either good or bad reasons)
|
File size:
269 bytes
|
Line | |
---|
1 | include ../env.mk |
---|
2 | include ../Makefile.common |
---|
3 | |
---|
4 | test : $(EXE_SCASS) |
---|
5 | @echo -ne "| Testing $$(basename $$(pwd)): " ; \ |
---|
6 | ./$(EXE_SCASS) 2> /dev/null ; |
---|
7 | @if tail -n +8 trace_file.vcd | diff trace_file_reference.vcd - ; then \ |
---|
8 | echo "OK" ; \ |
---|
9 | else \ |
---|
10 | echo "KO" ; \ |
---|
11 | fi ; |
---|
12 | |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.