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