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)