File tree Expand file tree Collapse file tree 7 files changed +2043
-3051
lines changed Expand file tree Collapse file tree 7 files changed +2043
-3051
lines changed Original file line number Diff line number Diff line change 11Checks : >
2- clang-diagnostic-*,
32 clang-analyzer-*,
43 bugprone-*,
54 -bugprone-easily-swappable-parameters,
Original file line number Diff line number Diff line change @@ -2,10 +2,8 @@ prefix := /usr/local
22exec_prefix := $(prefix )
33bindir := $(exec_prefix ) /bin
44
5- SRC_DIR := src
6- OUT_DIR := build
7- EXTERNAL_DIR := external
8-
5+ SRC_DIR := src
6+ OUT_DIR := build
97TEST_COMMON_DIR := tests/common
108TEST_MOCK_DIR := tests/mock
119BIND_CASES_DIR := tests/cases/bind
@@ -26,7 +24,7 @@ LDFLAGS += $(shell pkg-config --libs-only-L $(LIBRARIES))
2624LDLIBS += $(shell pkg-config --libs-only-l $(LIBRARIES ) )
2725
2826BIN_CXXFLAGS := $(CXXFLAGS )
29- BIN_CPPFLAGS := $(CPPFLAGS ) -I $( EXTERNAL_DIR ) /cxxopts
27+ BIN_CPPFLAGS := $(CPPFLAGS ) -I vendor
3028BIND_CXXFLAGS := $(CXXFLAGS ) $(DEBUG_CXXFLAGS )
3129BIND_CPPFLAGS := $(CPPFLAGS ) -I $(TEST_COMMON_DIR )
3230# Mock tests must not include debug flags because they contain `-fsanitize` which prevents the mock functions from being used.
Original file line number Diff line number Diff line change 22-Isrc
33-Itests/common
44-Itests/mock
5- -Iexternal/cxxopts
5+ -Ivendor
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments