From 802d67ab64337cb6afa1123652143d312b24f6c2 Mon Sep 17 00:00:00 2001 From: Jeremy Dubreil Date: Thu, 9 Aug 2018 15:05:24 -0700 Subject: [PATCH] [infer] fix the dependencies for the Buck javac_jar test Summary: This test was not re-run when the Java dependencies were changing Reviewed By: mbouaziz Differential Revision: D9238288 fbshipit-source-id: 65cc9c03c --- infer/tests/build_systems/buck_javac_jar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/tests/build_systems/buck_javac_jar/Makefile b/infer/tests/build_systems/buck_javac_jar/Makefile index 1824d6e06..5e8b9e4a7 100644 --- a/infer/tests/build_systems/buck_javac_jar/Makefile +++ b/infer/tests/build_systems/buck_javac_jar/Makefile @@ -20,7 +20,7 @@ include $(TESTS_DIR)/infer.make $(OBJECTS): $(SOURCES) $(BUCKCONFIG) $(BUCK) build --config tools.javac_jar= $(TARGET) -infer-out/report.json: $(SOURCES) $(BUCKCONFIG) +infer-out/report.json: $(JAVA_DEPS) $(SOURCES) $(BUCKCONFIG) $(REMOVE_DIR) buck-out && \ $(call silent_on_success,Testing Buck Java integration with javac_jar,\ INFER_BIN=$(INFER_BIN) \