|
|
@ -15,7 +15,7 @@ ANALYZER = linters
|
|
|
|
CODETOANALYZE_DIR = ../codetoanalyze/componentkit
|
|
|
|
CODETOANALYZE_DIR = ../codetoanalyze/componentkit
|
|
|
|
|
|
|
|
|
|
|
|
CLANG_OPTIONS = -x objective-c++ -std=c++11 -c -fblocks
|
|
|
|
CLANG_OPTIONS = -x objective-c++ -std=c++11 -c -fblocks
|
|
|
|
INFER_OPTIONS = --compute-analytics --project-root $(CODETOANALYZE_DIR)
|
|
|
|
INFER_OPTIONS = --compute-analytics --project-root $(CODETOANALYZE_DIR) --no-failures-allowed
|
|
|
|
INFERPRINT_OPTIONS = --issues-tests
|
|
|
|
INFERPRINT_OPTIONS = --issues-tests
|
|
|
|
|
|
|
|
|
|
|
|
SOURCES = $(CODETOANALYZE_DIR)/TestComponentKitAnalytics.mm
|
|
|
|
SOURCES = $(CODETOANALYZE_DIR)/TestComponentKitAnalytics.mm
|
|
|
|