From 73604a3173a9fe07fc44a9c7742749659082a139 Mon Sep 17 00:00:00 2001 From: Jeremy Dubreil Date: Wed, 28 Dec 2016 09:51:46 -0800 Subject: [PATCH] [infer][test] add bucklib.py to the list of dependencies for the Java tests Summary: Changing `bucklib.py` should trigger the java tests Reviewed By: jvillard Differential Revision: D4369936 fbshipit-source-id: 99835e7 --- Makefile.config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.config.in b/Makefile.config.in index 84cac53ae..d9bce1f70 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -106,7 +106,7 @@ JAVA_HOME=$(USER_JAVA_HOME) endif JAVA_DEPS = $(addprefix $(PYTHON_LIB_DIR)/, \ - analyze.py config.py issues.py jwlib.py source.py utils.py) \ + analyze.py bucklib.py config.py issues.py jwlib.py source.py utils.py) \ $(addprefix $(CAPTURE_LIB_DIR)/, javac.py util.py) \ $(INFER_BIN) \ $(INFERANALYZE_BIN) \