source: sources/test_regression/07122006a/Makefile @ 56

Last change on this file since 56 was 56, checked in by meunier, 11 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
2include ../env.mk
3SRC = system_gen_moore.cpp system_gen_mealy.cpp system_transition.cpp
4include ../Makefile.common
5
6# Checks compilation always succeeds here)
7
8test : $(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.