--- parser3/tests/Makefile 2016/08/03 16:36:16 1.6 +++ parser3/tests/Makefile 2017/12/06 01:51:26 1.8 @@ -28,7 +28,7 @@ RESULTS_SQL=$(patsubst %.html,results/%. outputs/%.processed: %.html $(RUN_PARSER) $(PARSER_EXECUTABLE) $< $(PARSER_CONFIG) > $@ -.PHONY: FORCE tests +.PHONY: FORCE tests tests-curl tests-sql all clean results/%.processed: outputs/%.processed FORCE -$(DIFF) $@ $< @@ -39,7 +39,7 @@ tests-curl: $(OUTPUTS_CURL) $(RESULTS_CU tests-sql: $(OUTPUTS_SQL) $(RESULTS_SQL) -all: tests tests-curl +all: tests tests-curl tests-sql clean: $(RM) -f outputs/*.processed