[infer][clang] run the C++ tests using the checkers analyzer

Reviewed By: sblackshear

Differential Revision: D5917649

fbshipit-source-id: 3eecc5d
master
Jeremy Dubreil 7 years ago committed by Facebook Github Bot
parent 5e18a19bfd
commit ba6ef4f5b2

@ -7,11 +7,11 @@
TESTS_DIR = ../../..
ANALYZER = infer
ANALYZER = checkers
# use our own clang's standard library so that the tests are uniform across distributions
CLANG_OPTIONS = -x c++ -std=c++1y -isystem$(ROOT_DIR) -c
INFER_OPTIONS = --ml-buckets cpp --no-filtering --debug-exceptions --project-root $(TESTS_DIR) \
INFER_OPTIONS = --biabduction-only --ml-buckets cpp --debug-exceptions --project-root $(TESTS_DIR) \
--pmd-xml --report-custom-error
INFERPRINT_OPTIONS = --issues-tests

Loading…
Cancel
Save