Diff for /parser3/tests/Makefile between versions 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2003/03/03 15:30:06 version 1.1.2.4, 2003/03/06 08:14:53
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 'make tests' command
   
 tests: outputs compares  tests: outputs compares
   

Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4


E-mail: