From fb8faaf38afc7bdd074a6a718bb4dcde23c88242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezgi=20=C3=87i=C3=A7ek?= Date: Thu, 21 Mar 2019 06:24:04 -0700 Subject: [PATCH] [objc] Fix performance Makefile to allow jackalope runs Reviewed By: jberdine Differential Revision: D14560462 fbshipit-source-id: 452d72728 --- infer/tests/codetoanalyze/objc/performance/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infer/tests/codetoanalyze/objc/performance/Makefile b/infer/tests/codetoanalyze/objc/performance/Makefile index e71acf04f..22e8c2288 100644 --- a/infer/tests/codetoanalyze/objc/performance/Makefile +++ b/infer/tests/codetoanalyze/objc/performance/Makefile @@ -6,7 +6,7 @@ TESTS_DIR = ../../.. # see explanations in cpp/errors/Makefile for the custom isystem -CLANG_OPTIONS = -c +CLANG_OPTIONS = -c $(OBJC_CLANG_OPTIONS) INFER_OPTIONS = --cost-only --bufferoverrun --debug-exceptions --project-root $(TESTS_DIR) \ --use-cost-threshold INFERPRINT_OPTIONS = --issues-tests @@ -14,5 +14,6 @@ INFERPRINT_OPTIONS = --issues-tests SOURCES = $(wildcard *.m) include $(TESTS_DIR)/clang.make +include $(TESTS_DIR)/objc.make infer-out/report.json: $(MAKEFILE_LIST)