--- parser3/tests/Makefile 2003/03/03 15:30:06 1.1.2.3 +++ parser3/tests/Makefile 2003/03/06 08:14:53 1.1.2.4 @@ -17,12 +17,13 @@ RESULTS=$(patsubst %.html,results/%.proc outputs/%.processed: %.html Makefile $(RUN_PARSER) $(PARSER_EXECUTABLE) $(RUN_PARSER) $(PARSER_EXECUTABLE) $< > $@ -.PHONY: FORCE all clean +.PHONY: FORCE all tests clean results/%.processed: outputs/%.processed FORCE @$(DIFF) $< $@ -all: tests +all: + @$(ECHO) this folder contains Parser3 tests, you can run them by 'make tests' command tests: outputs compares