|
Last change
on this file was 56, checked in by meunier, 13 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
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | include ../env.mk
|
|---|
| 3 | SRC = system_gen_moore.cpp system_gen_mealy.cpp system_transition.cpp
|
|---|
| 4 | include ../Makefile.common
|
|---|
| 5 |
|
|---|
| 6 | # Checks compilation always succeeds here)
|
|---|
| 7 |
|
|---|
| 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)" ; \
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.