Last change
on this file since 56 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)
|
-
Property svn:executable set to
*
|
File size:
335 bytes
|
Rev | Line | |
---|
[55] | 1 | |
---|
| 2 | include ../env.mk |
---|
| 3 | SRC = system_gen_moore.cpp system_gen_mealy.cpp system_transition.cpp |
---|
| 4 | include ../Makefile.common |
---|
| 5 | |
---|
[56] | 6 | # Checks compilation always succeeds here) |
---|
[55] | 7 | |
---|
[56] | 8 | test : $(EXE_SCASS) |
---|
| 9 | $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ; |
---|
| 10 | $(SILENCE)./system_systemcass.x > $(LOG_SCASS) 2> /dev/null ; \ |
---|
| 11 | $(ECHO) -e "$(OK)" ; \ |
---|
[55] | 12 | |
---|
[56] | 13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.