|
|
| version 1.1.2.3, 2003/03/03 15:30:06 | version 1.1.2.5, 2003/03/06 08:15:39 |
|---|---|
| Line 17 RESULTS=$(patsubst %.html,results/%.proc | Line 17 RESULTS=$(patsubst %.html,results/%.proc |
| outputs/%.processed: %.html Makefile $(RUN_PARSER) $(PARSER_EXECUTABLE) | outputs/%.processed: %.html Makefile $(RUN_PARSER) $(PARSER_EXECUTABLE) |
| $(RUN_PARSER) $(PARSER_EXECUTABLE) $< > $@ | $(RUN_PARSER) $(PARSER_EXECUTABLE) $< > $@ |
| .PHONY: FORCE all clean | .PHONY: FORCE all tests clean |
| results/%.processed: outputs/%.processed FORCE | results/%.processed: outputs/%.processed FORCE |
| @$(DIFF) $< $@ | @$(DIFF) $< $@ |
| all: tests | all: |
| @$(ECHO) this folder contains Parser3 tests, you can run them by command: | |
| @$(ECHO) make tests | |
| tests: outputs compares | tests: outputs compares |