Diff for /parser3/tests/Makefile between versions 1.6 and 1.7

version 1.6, 2016/08/03 16:36:16 version 1.7, 2016/08/03 20:20:43
Line 28  RESULTS_SQL=$(patsubst %.html,results/%. Line 28  RESULTS_SQL=$(patsubst %.html,results/%.
 outputs/%.processed: %.html  outputs/%.processed: %.html
         $(RUN_PARSER) $(PARSER_EXECUTABLE) $< $(PARSER_CONFIG) > $@          $(RUN_PARSER) $(PARSER_EXECUTABLE) $< $(PARSER_CONFIG) > $@
   
 .PHONY: FORCE tests  .PHONY: FORCE tests tests-curl tests-sql all clean
   
 results/%.processed: outputs/%.processed FORCE  results/%.processed: outputs/%.processed FORCE
         -$(DIFF) $@ $<          -$(DIFF) $@ $<

Removed from v.1.6  
changed lines
  Added in v.1.7


E-mail: