source:
sources/test_regression/16062005a/Makefile
@
65
Last change on this file since 65 was 56, checked in by , 11 years ago | |
---|---|
File size: 416 bytes |
Line | |
---|---|
1 | |
2 | include ../env.mk |
3 | HIERARCHY = object_hierarchy.txt |
4 | ERASE = $(HIERARCHY) |
5 | include ../Makefile.common |
6 | |
7 | HIERARCHY_REF = object_hierarchy_ref.txt |
8 | |
9 | test : $(EXE_SCASS) |
10 | $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ; |
11 | $(SILENCE)./$(EXE_SCASS) $(HIERARCHY) 2> /dev/null |
12 | $(SILENCE)if diff $(HIERARCHY) $(HIERARCHY_REF) > /dev/null ; then \ |
13 | $(ECHO) -e "$(OK)" ; \ |
14 | else $(ECHO) -e "$(KO)" ; \ |
15 | fi ; |
16 | |
17 | |
18 |
Note: See TracBrowser
for help on using the repository browser.