--- parser3/tests/Makefile 2016/08/03 16:36:16 1.6 +++ parser3/tests/Makefile 2016/08/03 20:20:43 1.7 @@ -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) $@ $<