You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
652 B

# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
# Makefiles that include this one must define TESTS_DIR and then include
# $(TESTS_DIR)/analyzejson.make.
include $(TESTS_DIR)/infer.make
cfg.json: jsons.tar.xz
$(QUIET)tar xf $<
infer-out/report.json: $(MAKEFILE_LIST) cfg.json
$(QUIET)$(call silent_on_success,Testing infer/dotnet in $(TEST_REL_DIR),\
$(INFER_BIN) capture && \
$(INFER_BIN) analyzejson --project-root $(TESTS_DIR) \
$(INFER_OPTIONS) && \
sed -i -e 's#/app/infernew/infer/tests/##g' $@ )