|
|
@ -6,7 +6,7 @@
|
|
|
|
TESTS_DIR = ../../..
|
|
|
|
TESTS_DIR = ../../..
|
|
|
|
|
|
|
|
|
|
|
|
# see explanations in cpp/errors/Makefile for the custom isystem
|
|
|
|
# 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) \
|
|
|
|
INFER_OPTIONS = --cost-only --bufferoverrun --debug-exceptions --project-root $(TESTS_DIR) \
|
|
|
|
--use-cost-threshold
|
|
|
|
--use-cost-threshold
|
|
|
|
INFERPRINT_OPTIONS = --issues-tests
|
|
|
|
INFERPRINT_OPTIONS = --issues-tests
|
|
|
@ -14,5 +14,6 @@ INFERPRINT_OPTIONS = --issues-tests
|
|
|
|
SOURCES = $(wildcard *.m)
|
|
|
|
SOURCES = $(wildcard *.m)
|
|
|
|
|
|
|
|
|
|
|
|
include $(TESTS_DIR)/clang.make
|
|
|
|
include $(TESTS_DIR)/clang.make
|
|
|
|
|
|
|
|
include $(TESTS_DIR)/objc.make
|
|
|
|
|
|
|
|
|
|
|
|
infer-out/report.json: $(MAKEFILE_LIST)
|
|
|
|
infer-out/report.json: $(MAKEFILE_LIST)
|
|
|
|