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)
|
-
Property svn:executable set to
*
|
File size:
311 bytes
|
Rev | Line | |
---|
[55] | 1 | include ../env.mk |
---|
| 2 | include ../Makefile.common |
---|
| 3 | |
---|
| 4 | |
---|
| 5 | test : all |
---|
| 6 | @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 ; |
---|
| 13 | |
---|
| 14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.