From 8b9a1f2582640d42d7105bd8437c8b0a3a1116d7 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Tue, 4 Jul 2017 02:26:04 -0700 Subject: [PATCH] add clang deps to a test Summary: So that it get rebuilt. Test is clang_compilation_db_relpath Reviewed By: mbouaziz Differential Revision: D5364561 fbshipit-source-id: 8cae984 --- infer/tests/build_systems/clang_compilation_db_relpath/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/tests/build_systems/clang_compilation_db_relpath/Makefile b/infer/tests/build_systems/clang_compilation_db_relpath/Makefile index f8167349d..a2bf12126 100644 --- a/infer/tests/build_systems/clang_compilation_db_relpath/Makefile +++ b/infer/tests/build_systems/clang_compilation_db_relpath/Makefile @@ -28,7 +28,7 @@ compile_commands.json: compile_commands.json.in $(QUIET)sed -e 's#%pwd%#$(CURDIR)#g' $< > $@ || $(REMOVE) $@ infer-out/report.json: compile_commands.json $(SOURCES) Makefile \ - ../codetoanalyze/path\ with\ spaces/hel\ lo.c + ../codetoanalyze/path\ with\ spaces/hel\ lo.c $(CLANG_DEPS) $(QUIET)$(call silent_on_success,Clang compilation database with relative paths integration,\ $(INFER_BIN) -a $(ANALYZER) $(INFER_OPTIONS) --project-root $(TESTS_DIR) \ --compilation-database $<)