|
|
|
@ -9,8 +9,8 @@ ROOT_DIR = $(TESTS_DIR)/../..
|
|
|
|
|
BUCK_TARGET = //src:hello @buck_target.txt
|
|
|
|
|
SOURCES = $(wildcard src/*.c) $(wildcard src/subtarget1/*.c) $(wildcard src/subtarget2/*.c)
|
|
|
|
|
OBJECTS = buck-out/gen/src/hello\#compile-hello.c.o1f717d69,default/hello.c.o
|
|
|
|
|
INFER_OPTIONS = --report-custom-error --developer-mode --project-root $(TESTS_DIR) --no-linters
|
|
|
|
|
INFERPRINT_OPTIONS = --project-root $(TESTS_DIR) --issues-tests
|
|
|
|
|
INFER_OPTIONS = --report-custom-error --developer-mode --no-linters
|
|
|
|
|
INFERPRINT_OPTIONS = --issues-tests
|
|
|
|
|
CLEAN_EXTRA = buck-out
|
|
|
|
|
|
|
|
|
|
include $(TESTS_DIR)/infer.make
|
|
|
|
|