Summary: Most of the diff adds a way to run an existing test with different infer options. Also, do not run the Python script when capturing "analyze". fixes https://github.com/facebook/infer/issues/518 Reviewed By: jberdine Differential Revision: D4333762 fbshipit-source-id: 642acffmaster
parent
c51c4a21ae
commit
bcac924e7f
@ -0,0 +1,12 @@
|
|||||||
|
# Copyright (c) 2016 - present Facebook, Inc.
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This source code is licensed under the BSD style license found in the
|
||||||
|
# LICENSE file in the root directory of this source tree. An additional grant
|
||||||
|
# of patent rights can be found in the PATENTS file in the same directory.
|
||||||
|
|
||||||
|
default: compile
|
||||||
|
|
||||||
|
.PHONY: print test clean
|
||||||
|
print test clean:
|
||||||
|
INFER_ARGS=-j^1 $(MAKE) -C ../../codetoanalyze/cpp/checkers TEST_SUFFIX=-j1 $@
|
Loading…
Reference in new issue