Last change
on this file since 58 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:
228 bytes
|
Rev | Line | |
---|
[55] | 1 | include ../env.mk |
---|
| 2 | include ../Makefile.common |
---|
| 3 | |
---|
[56] | 4 | # Checks compilation, always succeeds here |
---|
[55] | 5 | |
---|
[56] | 6 | test : $(EXE_SCASS) |
---|
[55] | 7 | @echo -ne "| Testing $$(basename $$(pwd)): " ; |
---|
[56] | 8 | @./$(EXE_SCASS) > $(LOG_SCASS) 2> /dev/null |
---|
| 9 | @echo -e "$(OK)" ; \ |
---|
[55] | 10 | |
---|
| 11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.