|
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:
241 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | include ../env.mk
|
|---|
| 3 | include ../Makefile.common
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 | test: $(EXE_SCASS)
|
|---|
| 7 | $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ;
|
|---|
| 8 | $(SILENCE)./$< 2> /dev/null ; \
|
|---|
| 9 | if [ $$? -eq 101 ] ; then $(ECHO) -e "$(OK)" ; else $(ECHO) -e "$(KO)" ; fi ;
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.