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

version 1.6, 2016/08/03 16:36:16 version 1.8, 2017/12/06 01:51:26
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) $@ $<
Line 39  tests-curl: $(OUTPUTS_CURL) $(RESULTS_CU Line 39  tests-curl: $(OUTPUTS_CURL) $(RESULTS_CU
   
 tests-sql: $(OUTPUTS_SQL) $(RESULTS_SQL)  tests-sql: $(OUTPUTS_SQL) $(RESULTS_SQL)
   
 all: tests tests-curl  all: tests tests-curl tests-sql
   
 clean:  clean:
         $(RM) -f outputs/*.processed          $(RM) -f outputs/*.processed

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


E-mail: