|
|
| version 1.1.2.7, 2003/03/08 16:50:29 | version 1.1.2.8.2.3, 2003/03/24 16:43:27 |
|---|---|
| Line 9 else | Line 9 else |
| endif | endif |
| RUN_PARSER=./run_parser.sh | RUN_PARSER=./run_parser.sh |
| DIFF=diff | DIFF=diff -b |
| ECHO=echo | ECHO=echo |
| RM=rm | RM=rm |
| Line 26 outputs/%.processed: %.html Makefile $(R | Line 26 outputs/%.processed: %.html Makefile $(R |
| results/%.processed: outputs/%.processed FORCE | results/%.processed: outputs/%.processed FORCE |
| -$(DIFF) $< $@ | -$(DIFF) $< $@ |
| all: | |
| @$(ECHO) this folder contains Parser3 tests, you can run them by command: | |
| @$(ECHO) make tests | |
| tests: outputs compares | tests: outputs compares |
| outputs: $(OUTPUTS) | outputs: $(OUTPUTS) |