|
|
|
@ -77,7 +77,6 @@ CC_opt = $(DEFAULT_CC) |
|
|
|
|
CXX_opt = $(DEFAULT_CXX)
|
|
|
|
|
LD_opt = $(DEFAULT_CC)
|
|
|
|
|
LDXX_opt = $(DEFAULT_CXX)
|
|
|
|
|
CXXFLAGS_opt = -fno-exceptions
|
|
|
|
|
CPPFLAGS_opt = -O2
|
|
|
|
|
DEFINES_opt = NDEBUG
|
|
|
|
|
|
|
|
|
@ -95,7 +94,6 @@ CC_dbg = $(DEFAULT_CC) |
|
|
|
|
CXX_dbg = $(DEFAULT_CXX)
|
|
|
|
|
LD_dbg = $(DEFAULT_CC)
|
|
|
|
|
LDXX_dbg = $(DEFAULT_CXX)
|
|
|
|
|
CXXFLAGS_dbg = -fno-exceptions
|
|
|
|
|
CPPFLAGS_dbg = -O0
|
|
|
|
|
DEFINES_dbg = _DEBUG DEBUG
|
|
|
|
|
|
|
|
|
@ -144,14 +142,14 @@ LDXX_asan-noleaks = clang++ |
|
|
|
|
CPPFLAGS_asan-noleaks = -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
|
|
|
|
|
LDFLAGS_asan-noleaks = -fsanitize=address
|
|
|
|
|
|
|
|
|
|
VALID_CONFIG_c++-compat = 1
|
|
|
|
|
CC_c++-compat = $(DEFAULT_CC)
|
|
|
|
|
CXX_c++-compat = $(DEFAULT_CXX)
|
|
|
|
|
LD_c++-compat = $(DEFAULT_CC)
|
|
|
|
|
LDXX_c++-compat = $(DEFAULT_CXX)
|
|
|
|
|
CFLAGS_c++-compat = -Wc++-compat
|
|
|
|
|
CPPFLAGS_c++-compat = -O0
|
|
|
|
|
DEFINES_c++-compat = _DEBUG DEBUG
|
|
|
|
|
VALID_CONFIG_noexcept = 1
|
|
|
|
|
CC_noexcept = $(DEFAULT_CC)
|
|
|
|
|
CXX_noexcept = $(DEFAULT_CXX)
|
|
|
|
|
LD_noexcept = $(DEFAULT_CC)
|
|
|
|
|
LDXX_noexcept = $(DEFAULT_CXX)
|
|
|
|
|
CXXFLAGS_noexcept = -fno-exceptions
|
|
|
|
|
CPPFLAGS_noexcept = -O2
|
|
|
|
|
DEFINES_noexcept = NDEBUG
|
|
|
|
|
|
|
|
|
|
VALID_CONFIG_ubsan = 1
|
|
|
|
|
REQUIRE_CUSTOM_LIBRARIES_ubsan = 1
|
|
|
|
@ -207,6 +205,15 @@ LDXX_lto = $(DEFAULT_CXX) |
|
|
|
|
CPPFLAGS_lto = -O2
|
|
|
|
|
DEFINES_lto = NDEBUG
|
|
|
|
|
|
|
|
|
|
VALID_CONFIG_c++-compat = 1
|
|
|
|
|
CC_c++-compat = $(DEFAULT_CC)
|
|
|
|
|
CXX_c++-compat = $(DEFAULT_CXX)
|
|
|
|
|
LD_c++-compat = $(DEFAULT_CC)
|
|
|
|
|
LDXX_c++-compat = $(DEFAULT_CXX)
|
|
|
|
|
CFLAGS_c++-compat = -Wc++-compat
|
|
|
|
|
CPPFLAGS_c++-compat = -O0
|
|
|
|
|
DEFINES_c++-compat = _DEBUG DEBUG
|
|
|
|
|
|
|
|
|
|
VALID_CONFIG_mutrace = 1
|
|
|
|
|
CC_mutrace = $(DEFAULT_CC)
|
|
|
|
|
CXX_mutrace = $(DEFAULT_CXX)
|
|
|
|
@ -1124,6 +1131,7 @@ cxx_string_ref_test: $(BINDIR)/$(CONFIG)/cxx_string_ref_test |
|
|
|
|
cxx_time_test: $(BINDIR)/$(CONFIG)/cxx_time_test |
|
|
|
|
end2end_test: $(BINDIR)/$(CONFIG)/end2end_test |
|
|
|
|
error_details_test: $(BINDIR)/$(CONFIG)/error_details_test |
|
|
|
|
exception_test: $(BINDIR)/$(CONFIG)/exception_test |
|
|
|
|
filter_end2end_test: $(BINDIR)/$(CONFIG)/filter_end2end_test |
|
|
|
|
generic_end2end_test: $(BINDIR)/$(CONFIG)/generic_end2end_test |
|
|
|
|
golden_file_test: $(BINDIR)/$(CONFIG)/golden_file_test |
|
|
|
@ -1143,6 +1151,7 @@ h2_ssl_cert_test: $(BINDIR)/$(CONFIG)/h2_ssl_cert_test |
|
|
|
|
health_service_end2end_test: $(BINDIR)/$(CONFIG)/health_service_end2end_test |
|
|
|
|
http2_client: $(BINDIR)/$(CONFIG)/http2_client |
|
|
|
|
hybrid_end2end_test: $(BINDIR)/$(CONFIG)/hybrid_end2end_test |
|
|
|
|
inlined_vector_test: $(BINDIR)/$(CONFIG)/inlined_vector_test |
|
|
|
|
inproc_sync_unary_ping_pong_test: $(BINDIR)/$(CONFIG)/inproc_sync_unary_ping_pong_test |
|
|
|
|
interop_client: $(BINDIR)/$(CONFIG)/interop_client |
|
|
|
|
interop_server: $(BINDIR)/$(CONFIG)/interop_server |
|
|
|
@ -1152,6 +1161,7 @@ memory_test: $(BINDIR)/$(CONFIG)/memory_test |
|
|
|
|
metrics_client: $(BINDIR)/$(CONFIG)/metrics_client |
|
|
|
|
mock_test: $(BINDIR)/$(CONFIG)/mock_test |
|
|
|
|
noop-benchmark: $(BINDIR)/$(CONFIG)/noop-benchmark |
|
|
|
|
orphanable_test: $(BINDIR)/$(CONFIG)/orphanable_test |
|
|
|
|
proto_server_reflection_test: $(BINDIR)/$(CONFIG)/proto_server_reflection_test |
|
|
|
|
proto_utils_test: $(BINDIR)/$(CONFIG)/proto_utils_test |
|
|
|
|
qps_interarrival_test: $(BINDIR)/$(CONFIG)/qps_interarrival_test |
|
|
|
@ -1178,7 +1188,6 @@ stress_test: $(BINDIR)/$(CONFIG)/stress_test |
|
|
|
|
thread_manager_test: $(BINDIR)/$(CONFIG)/thread_manager_test |
|
|
|
|
thread_stress_test: $(BINDIR)/$(CONFIG)/thread_stress_test |
|
|
|
|
transport_pid_controller_test: $(BINDIR)/$(CONFIG)/transport_pid_controller_test |
|
|
|
|
vector_test: $(BINDIR)/$(CONFIG)/vector_test |
|
|
|
|
writes_per_rpc_test: $(BINDIR)/$(CONFIG)/writes_per_rpc_test |
|
|
|
|
public_headers_must_be_c89: $(BINDIR)/$(CONFIG)/public_headers_must_be_c89 |
|
|
|
|
gen_hpack_tables: $(BINDIR)/$(CONFIG)/gen_hpack_tables |
|
|
|
@ -1572,6 +1581,7 @@ buildtests_cxx: privatelibs_cxx \ |
|
|
|
|
$(BINDIR)/$(CONFIG)/cxx_time_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/end2end_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/error_details_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/exception_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/filter_end2end_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/generic_end2end_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/golden_file_test \
|
|
|
|
@ -1584,6 +1594,7 @@ buildtests_cxx: privatelibs_cxx \ |
|
|
|
|
$(BINDIR)/$(CONFIG)/health_service_end2end_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/http2_client \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/hybrid_end2end_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/inlined_vector_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/inproc_sync_unary_ping_pong_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/interop_client \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/interop_server \
|
|
|
|
@ -1593,6 +1604,7 @@ buildtests_cxx: privatelibs_cxx \ |
|
|
|
|
$(BINDIR)/$(CONFIG)/metrics_client \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/mock_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/noop-benchmark \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/orphanable_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/proto_server_reflection_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/proto_utils_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/qps_interarrival_test \
|
|
|
|
@ -1619,7 +1631,6 @@ buildtests_cxx: privatelibs_cxx \ |
|
|
|
|
$(BINDIR)/$(CONFIG)/thread_manager_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/thread_stress_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/transport_pid_controller_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/vector_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/writes_per_rpc_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/boringssl_aes_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/boringssl_asn1_test \
|
|
|
|
@ -1702,6 +1713,7 @@ buildtests_cxx: privatelibs_cxx \ |
|
|
|
|
$(BINDIR)/$(CONFIG)/cxx_time_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/end2end_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/error_details_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/exception_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/filter_end2end_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/generic_end2end_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/golden_file_test \
|
|
|
|
@ -1714,6 +1726,7 @@ buildtests_cxx: privatelibs_cxx \ |
|
|
|
|
$(BINDIR)/$(CONFIG)/health_service_end2end_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/http2_client \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/hybrid_end2end_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/inlined_vector_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/inproc_sync_unary_ping_pong_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/interop_client \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/interop_server \
|
|
|
|
@ -1723,6 +1736,7 @@ buildtests_cxx: privatelibs_cxx \ |
|
|
|
|
$(BINDIR)/$(CONFIG)/metrics_client \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/mock_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/noop-benchmark \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/orphanable_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/proto_server_reflection_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/proto_utils_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/qps_interarrival_test \
|
|
|
|
@ -1749,7 +1763,6 @@ buildtests_cxx: privatelibs_cxx \ |
|
|
|
|
$(BINDIR)/$(CONFIG)/thread_manager_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/thread_stress_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/transport_pid_controller_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/vector_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/writes_per_rpc_test \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/resolver_component_test_unsecure \
|
|
|
|
|
$(BINDIR)/$(CONFIG)/resolver_component_test \
|
|
|
|
@ -2102,6 +2115,8 @@ test_cxx: buildtests_cxx |
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/end2end_test || ( echo test end2end_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing error_details_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/error_details_test || ( echo test error_details_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing exception_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/exception_test || ( echo test exception_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing filter_end2end_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/filter_end2end_test || ( echo test filter_end2end_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing generic_end2end_test"
|
|
|
|
@ -2120,6 +2135,8 @@ test_cxx: buildtests_cxx |
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/h2_ssl_cert_test || ( echo test h2_ssl_cert_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing health_service_end2end_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/health_service_end2end_test || ( echo test health_service_end2end_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing inlined_vector_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/inlined_vector_test || ( echo test inlined_vector_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing inproc_sync_unary_ping_pong_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/inproc_sync_unary_ping_pong_test || ( echo test inproc_sync_unary_ping_pong_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing interop_test"
|
|
|
|
@ -2130,6 +2147,8 @@ test_cxx: buildtests_cxx |
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/mock_test || ( echo test mock_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing noop-benchmark"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/noop-benchmark || ( echo test noop-benchmark failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing orphanable_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/orphanable_test || ( echo test orphanable_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing proto_server_reflection_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/proto_server_reflection_test || ( echo test proto_server_reflection_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing proto_utils_test"
|
|
|
|
@ -2168,8 +2187,6 @@ test_cxx: buildtests_cxx |
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/thread_stress_test || ( echo test thread_stress_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing transport_pid_controller_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/transport_pid_controller_test || ( echo test transport_pid_controller_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing vector_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/vector_test || ( echo test vector_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing writes_per_rpc_test"
|
|
|
|
|
$(Q) $(BINDIR)/$(CONFIG)/writes_per_rpc_test || ( echo test writes_per_rpc_test failed ; exit 1 )
|
|
|
|
|
$(E) "[RUN] Testing resolver_component_tests_runner_invoker_unsecure"
|
|
|
|
@ -2823,50 +2840,50 @@ clean: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LIBGPR_SRC = \
|
|
|
|
|
src/core/lib/gpr/alloc.cc \
|
|
|
|
|
src/core/lib/gpr/arena.cc \
|
|
|
|
|
src/core/lib/gpr/atm.cc \
|
|
|
|
|
src/core/lib/gpr/avl.cc \
|
|
|
|
|
src/core/lib/gpr/cmdline.cc \
|
|
|
|
|
src/core/lib/gpr/cpu_iphone.cc \
|
|
|
|
|
src/core/lib/gpr/cpu_linux.cc \
|
|
|
|
|
src/core/lib/gpr/cpu_posix.cc \
|
|
|
|
|
src/core/lib/gpr/cpu_windows.cc \
|
|
|
|
|
src/core/lib/gpr/env_linux.cc \
|
|
|
|
|
src/core/lib/gpr/env_posix.cc \
|
|
|
|
|
src/core/lib/gpr/env_windows.cc \
|
|
|
|
|
src/core/lib/gpr/fork.cc \
|
|
|
|
|
src/core/lib/gpr/host_port.cc \
|
|
|
|
|
src/core/lib/gpr/log.cc \
|
|
|
|
|
src/core/lib/gpr/log_android.cc \
|
|
|
|
|
src/core/lib/gpr/log_linux.cc \
|
|
|
|
|
src/core/lib/gpr/log_posix.cc \
|
|
|
|
|
src/core/lib/gpr/log_windows.cc \
|
|
|
|
|
src/core/lib/gpr/mpscq.cc \
|
|
|
|
|
src/core/lib/gpr/murmur_hash.cc \
|
|
|
|
|
src/core/lib/gpr/string.cc \
|
|
|
|
|
src/core/lib/gpr/string_posix.cc \
|
|
|
|
|
src/core/lib/gpr/string_util_windows.cc \
|
|
|
|
|
src/core/lib/gpr/string_windows.cc \
|
|
|
|
|
src/core/lib/gpr/subprocess_posix.cc \
|
|
|
|
|
src/core/lib/gpr/subprocess_windows.cc \
|
|
|
|
|
src/core/lib/gpr/sync.cc \
|
|
|
|
|
src/core/lib/gpr/sync_posix.cc \
|
|
|
|
|
src/core/lib/gpr/sync_windows.cc \
|
|
|
|
|
src/core/lib/gpr/thd.cc \
|
|
|
|
|
src/core/lib/gpr/thd_posix.cc \
|
|
|
|
|
src/core/lib/gpr/thd_windows.cc \
|
|
|
|
|
src/core/lib/gpr/time.cc \
|
|
|
|
|
src/core/lib/gpr/time_posix.cc \
|
|
|
|
|
src/core/lib/gpr/time_precise.cc \
|
|
|
|
|
src/core/lib/gpr/time_windows.cc \
|
|
|
|
|
src/core/lib/gpr/tls_pthread.cc \
|
|
|
|
|
src/core/lib/gpr/tmpfile_msys.cc \
|
|
|
|
|
src/core/lib/gpr/tmpfile_posix.cc \
|
|
|
|
|
src/core/lib/gpr/tmpfile_windows.cc \
|
|
|
|
|
src/core/lib/gpr/wrap_memcpy.cc \
|
|
|
|
|
src/core/lib/profiling/basic_timers.cc \
|
|
|
|
|
src/core/lib/profiling/stap_timers.cc \
|
|
|
|
|
src/core/lib/support/alloc.cc \
|
|
|
|
|
src/core/lib/support/arena.cc \
|
|
|
|
|
src/core/lib/support/atm.cc \
|
|
|
|
|
src/core/lib/support/avl.cc \
|
|
|
|
|
src/core/lib/support/cmdline.cc \
|
|
|
|
|
src/core/lib/support/cpu_iphone.cc \
|
|
|
|
|
src/core/lib/support/cpu_linux.cc \
|
|
|
|
|
src/core/lib/support/cpu_posix.cc \
|
|
|
|
|
src/core/lib/support/cpu_windows.cc \
|
|
|
|
|
src/core/lib/support/env_linux.cc \
|
|
|
|
|
src/core/lib/support/env_posix.cc \
|
|
|
|
|
src/core/lib/support/env_windows.cc \
|
|
|
|
|
src/core/lib/support/fork.cc \
|
|
|
|
|
src/core/lib/support/host_port.cc \
|
|
|
|
|
src/core/lib/support/log.cc \
|
|
|
|
|
src/core/lib/support/log_android.cc \
|
|
|
|
|
src/core/lib/support/log_linux.cc \
|
|
|
|
|
src/core/lib/support/log_posix.cc \
|
|
|
|
|
src/core/lib/support/log_windows.cc \
|
|
|
|
|
src/core/lib/support/mpscq.cc \
|
|
|
|
|
src/core/lib/support/murmur_hash.cc \
|
|
|
|
|
src/core/lib/support/string.cc \
|
|
|
|
|
src/core/lib/support/string_posix.cc \
|
|
|
|
|
src/core/lib/support/string_util_windows.cc \
|
|
|
|
|
src/core/lib/support/string_windows.cc \
|
|
|
|
|
src/core/lib/support/subprocess_posix.cc \
|
|
|
|
|
src/core/lib/support/subprocess_windows.cc \
|
|
|
|
|
src/core/lib/support/sync.cc \
|
|
|
|
|
src/core/lib/support/sync_posix.cc \
|
|
|
|
|
src/core/lib/support/sync_windows.cc \
|
|
|
|
|
src/core/lib/support/thd.cc \
|
|
|
|
|
src/core/lib/support/thd_posix.cc \
|
|
|
|
|
src/core/lib/support/thd_windows.cc \
|
|
|
|
|
src/core/lib/support/time.cc \
|
|
|
|
|
src/core/lib/support/time_posix.cc \
|
|
|
|
|
src/core/lib/support/time_precise.cc \
|
|
|
|
|
src/core/lib/support/time_windows.cc \
|
|
|
|
|
src/core/lib/support/tls_pthread.cc \
|
|
|
|
|
src/core/lib/support/tmpfile_msys.cc \
|
|
|
|
|
src/core/lib/support/tmpfile_posix.cc \
|
|
|
|
|
src/core/lib/support/tmpfile_windows.cc \
|
|
|
|
|
src/core/lib/support/wrap_memcpy.cc \
|
|
|
|
|
|
|
|
|
|
PUBLIC_HEADERS_C += \
|
|
|
|
|
include/grpc/support/alloc.h \
|
|
|
|
@ -8781,7 +8798,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ALLOC_TEST_SRC = \
|
|
|
|
|
test/core/support/alloc_test.cc \
|
|
|
|
|
test/core/gpr/alloc_test.cc \
|
|
|
|
|
|
|
|
|
|
ALLOC_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(ALLOC_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -8801,7 +8818,7 @@ $(BINDIR)/$(CONFIG)/alloc_test: $(ALLOC_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgpr_te |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/alloc_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/alloc_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_alloc_test: $(ALLOC_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -8877,7 +8894,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ARENA_TEST_SRC = \
|
|
|
|
|
test/core/support/arena_test.cc \
|
|
|
|
|
test/core/gpr/arena_test.cc \
|
|
|
|
|
|
|
|
|
|
ARENA_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(ARENA_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -8897,7 +8914,7 @@ $(BINDIR)/$(CONFIG)/arena_test: $(ARENA_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgpr_te |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/arena_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/arena_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_arena_test: $(ARENA_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -9840,7 +9857,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_AVL_TEST_SRC = \
|
|
|
|
|
test/core/support/avl_test.cc \
|
|
|
|
|
test/core/gpr/avl_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_AVL_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_AVL_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -9860,7 +9877,7 @@ $(BINDIR)/$(CONFIG)/gpr_avl_test: $(GPR_AVL_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgp |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/avl_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/avl_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_avl_test: $(GPR_AVL_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -9872,7 +9889,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_CMDLINE_TEST_SRC = \
|
|
|
|
|
test/core/support/cmdline_test.cc \
|
|
|
|
|
test/core/gpr/cmdline_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_CMDLINE_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_CMDLINE_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -9892,7 +9909,7 @@ $(BINDIR)/$(CONFIG)/gpr_cmdline_test: $(GPR_CMDLINE_TEST_OBJS) $(LIBDIR)/$(CONFI |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/cmdline_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/cmdline_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_cmdline_test: $(GPR_CMDLINE_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -9904,7 +9921,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_CPU_TEST_SRC = \
|
|
|
|
|
test/core/support/cpu_test.cc \
|
|
|
|
|
test/core/gpr/cpu_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_CPU_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_CPU_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -9924,7 +9941,7 @@ $(BINDIR)/$(CONFIG)/gpr_cpu_test: $(GPR_CPU_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgp |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/cpu_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/cpu_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_cpu_test: $(GPR_CPU_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -9936,7 +9953,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_ENV_TEST_SRC = \
|
|
|
|
|
test/core/support/env_test.cc \
|
|
|
|
|
test/core/gpr/env_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_ENV_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_ENV_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -9956,7 +9973,7 @@ $(BINDIR)/$(CONFIG)/gpr_env_test: $(GPR_ENV_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgp |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/env_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/env_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_env_test: $(GPR_ENV_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -9968,7 +9985,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_HOST_PORT_TEST_SRC = \
|
|
|
|
|
test/core/support/host_port_test.cc \
|
|
|
|
|
test/core/gpr/host_port_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_HOST_PORT_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_HOST_PORT_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -9988,7 +10005,7 @@ $(BINDIR)/$(CONFIG)/gpr_host_port_test: $(GPR_HOST_PORT_TEST_OBJS) $(LIBDIR)/$(C |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/host_port_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/host_port_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_host_port_test: $(GPR_HOST_PORT_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -10000,7 +10017,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_LOG_TEST_SRC = \
|
|
|
|
|
test/core/support/log_test.cc \
|
|
|
|
|
test/core/gpr/log_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_LOG_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_LOG_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -10020,7 +10037,7 @@ $(BINDIR)/$(CONFIG)/gpr_log_test: $(GPR_LOG_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgp |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/log_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/log_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_log_test: $(GPR_LOG_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -10032,7 +10049,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_MANUAL_CONSTRUCTOR_TEST_SRC = \
|
|
|
|
|
test/core/support/manual_constructor_test.cc \
|
|
|
|
|
test/core/gpr++/manual_constructor_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_MANUAL_CONSTRUCTOR_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_MANUAL_CONSTRUCTOR_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -10052,7 +10069,7 @@ $(BINDIR)/$(CONFIG)/gpr_manual_constructor_test: $(GPR_MANUAL_CONSTRUCTOR_TEST_O |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/manual_constructor_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr++/manual_constructor_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_manual_constructor_test: $(GPR_MANUAL_CONSTRUCTOR_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -10064,7 +10081,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_MPSCQ_TEST_SRC = \
|
|
|
|
|
test/core/support/mpscq_test.cc \
|
|
|
|
|
test/core/gpr/mpscq_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_MPSCQ_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_MPSCQ_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -10084,7 +10101,7 @@ $(BINDIR)/$(CONFIG)/gpr_mpscq_test: $(GPR_MPSCQ_TEST_OBJS) $(LIBDIR)/$(CONFIG)/l |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/mpscq_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/mpscq_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_mpscq_test: $(GPR_MPSCQ_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -10096,7 +10113,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_SPINLOCK_TEST_SRC = \
|
|
|
|
|
test/core/support/spinlock_test.cc \
|
|
|
|
|
test/core/gpr/spinlock_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_SPINLOCK_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_SPINLOCK_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -10116,7 +10133,7 @@ $(BINDIR)/$(CONFIG)/gpr_spinlock_test: $(GPR_SPINLOCK_TEST_OBJS) $(LIBDIR)/$(CON |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/spinlock_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/spinlock_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_spinlock_test: $(GPR_SPINLOCK_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -10128,7 +10145,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_STRING_TEST_SRC = \
|
|
|
|
|
test/core/support/string_test.cc \
|
|
|
|
|
test/core/gpr/string_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_STRING_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_STRING_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -10148,7 +10165,7 @@ $(BINDIR)/$(CONFIG)/gpr_string_test: $(GPR_STRING_TEST_OBJS) $(LIBDIR)/$(CONFIG) |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/string_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/string_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_string_test: $(GPR_STRING_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -10160,7 +10177,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_SYNC_TEST_SRC = \
|
|
|
|
|
test/core/support/sync_test.cc \
|
|
|
|
|
test/core/gpr/sync_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_SYNC_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_SYNC_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -10180,7 +10197,7 @@ $(BINDIR)/$(CONFIG)/gpr_sync_test: $(GPR_SYNC_TEST_OBJS) $(LIBDIR)/$(CONFIG)/lib |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/sync_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/sync_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_sync_test: $(GPR_SYNC_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -10192,7 +10209,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_THD_TEST_SRC = \
|
|
|
|
|
test/core/support/thd_test.cc \
|
|
|
|
|
test/core/gpr/thd_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_THD_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_THD_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -10212,7 +10229,7 @@ $(BINDIR)/$(CONFIG)/gpr_thd_test: $(GPR_THD_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgp |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/thd_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/thd_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_thd_test: $(GPR_THD_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -10224,7 +10241,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_TIME_TEST_SRC = \
|
|
|
|
|
test/core/support/time_test.cc \
|
|
|
|
|
test/core/gpr/time_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_TIME_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_TIME_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -10244,7 +10261,7 @@ $(BINDIR)/$(CONFIG)/gpr_time_test: $(GPR_TIME_TEST_OBJS) $(LIBDIR)/$(CONFIG)/lib |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/time_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/time_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_time_test: $(GPR_TIME_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -10256,7 +10273,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_TLS_TEST_SRC = \
|
|
|
|
|
test/core/support/tls_test.cc \
|
|
|
|
|
test/core/gpr/tls_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_TLS_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_TLS_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -10276,7 +10293,7 @@ $(BINDIR)/$(CONFIG)/gpr_tls_test: $(GPR_TLS_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgp |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/tls_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/tls_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_tls_test: $(GPR_TLS_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -10288,7 +10305,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPR_USEFUL_TEST_SRC = \
|
|
|
|
|
test/core/support/useful_test.cc \
|
|
|
|
|
test/core/gpr/useful_test.cc \
|
|
|
|
|
|
|
|
|
|
GPR_USEFUL_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(GPR_USEFUL_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -10308,7 +10325,7 @@ $(BINDIR)/$(CONFIG)/gpr_useful_test: $(GPR_USEFUL_TEST_OBJS) $(LIBDIR)/$(CONFIG) |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/useful_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/useful_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_gpr_useful_test: $(GPR_USEFUL_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -11862,7 +11879,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MURMUR_HASH_TEST_SRC = \
|
|
|
|
|
test/core/support/murmur_hash_test.cc \
|
|
|
|
|
test/core/gpr/murmur_hash_test.cc \
|
|
|
|
|
|
|
|
|
|
MURMUR_HASH_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(MURMUR_HASH_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -11882,7 +11899,7 @@ $(BINDIR)/$(CONFIG)/murmur_hash_test: $(MURMUR_HASH_TEST_OBJS) $(LIBDIR)/$(CONFI |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/murmur_hash_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr/murmur_hash_test.o: $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_murmur_hash_test: $(MURMUR_HASH_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -14974,6 +14991,49 @@ endif |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/cpp/util/error_details_test.o: $(GENDIR)/src/proto/grpc/testing/echo_messages.pb.cc $(GENDIR)/src/proto/grpc/testing/echo_messages.grpc.pb.cc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EXCEPTION_TEST_SRC = \
|
|
|
|
|
test/cpp/end2end/exception_test.cc \
|
|
|
|
|
|
|
|
|
|
EXCEPTION_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(EXCEPTION_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
|
|
|
|
|
|
# You can't build secure targets if you don't have OpenSSL.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/exception_test: openssl_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(NO_PROTOBUF),true) |
|
|
|
|
|
|
|
|
|
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/exception_test: protobuf_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/exception_test: $(PROTOBUF_DEP) $(EXCEPTION_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(E) "[LD] Linking $@"
|
|
|
|
|
$(Q) mkdir -p `dirname $@`
|
|
|
|
|
$(Q) $(LDXX) $(LDFLAGS) $(EXCEPTION_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(LDLIBS_SECURE) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/exception_test
|
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/cpp/end2end/exception_test.o: $(LIBDIR)/$(CONFIG)/libgrpc++_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_exception_test: $(EXCEPTION_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
|
ifneq ($(NO_SECURE),true) |
|
|
|
|
ifneq ($(NO_DEPS),true) |
|
|
|
|
-include $(EXCEPTION_TEST_OBJS:.o=.dep) |
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FILTER_END2END_TEST_SRC = \
|
|
|
|
|
test/cpp/end2end/filter_end2end_test.cc \
|
|
|
|
|
|
|
|
|
@ -15718,6 +15778,49 @@ endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INLINED_VECTOR_TEST_SRC = \
|
|
|
|
|
test/core/gpr++/inlined_vector_test.cc \
|
|
|
|
|
|
|
|
|
|
INLINED_VECTOR_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(INLINED_VECTOR_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
|
|
|
|
|
|
# You can't build secure targets if you don't have OpenSSL.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/inlined_vector_test: openssl_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(NO_PROTOBUF),true) |
|
|
|
|
|
|
|
|
|
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/inlined_vector_test: protobuf_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/inlined_vector_test: $(PROTOBUF_DEP) $(INLINED_VECTOR_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(E) "[LD] Linking $@"
|
|
|
|
|
$(Q) mkdir -p `dirname $@`
|
|
|
|
|
$(Q) $(LDXX) $(LDFLAGS) $(INLINED_VECTOR_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(LDLIBS_SECURE) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/inlined_vector_test
|
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr++/inlined_vector_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_inlined_vector_test: $(INLINED_VECTOR_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
|
ifneq ($(NO_SECURE),true) |
|
|
|
|
ifneq ($(NO_DEPS),true) |
|
|
|
|
-include $(INLINED_VECTOR_TEST_OBJS:.o=.dep) |
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INPROC_SYNC_UNARY_PING_PONG_TEST_SRC = \
|
|
|
|
|
test/cpp/qps/inproc_sync_unary_ping_pong_test.cc \
|
|
|
|
|
|
|
|
|
@ -15910,7 +16013,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MEMORY_TEST_SRC = \
|
|
|
|
|
test/core/support/memory_test.cc \
|
|
|
|
|
test/core/gpr++/memory_test.cc \
|
|
|
|
|
|
|
|
|
|
MEMORY_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(MEMORY_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -15941,7 +16044,7 @@ endif |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/memory_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr++/memory_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_memory_test: $(MEMORY_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -16086,6 +16189,49 @@ endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ORPHANABLE_TEST_SRC = \
|
|
|
|
|
test/core/gpr++/orphanable_test.cc \
|
|
|
|
|
|
|
|
|
|
ORPHANABLE_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(ORPHANABLE_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
|
|
|
|
|
|
# You can't build secure targets if you don't have OpenSSL.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/orphanable_test: openssl_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(NO_PROTOBUF),true) |
|
|
|
|
|
|
|
|
|
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/orphanable_test: protobuf_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/orphanable_test: $(PROTOBUF_DEP) $(ORPHANABLE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(E) "[LD] Linking $@"
|
|
|
|
|
$(Q) mkdir -p `dirname $@`
|
|
|
|
|
$(Q) $(LDXX) $(LDFLAGS) $(ORPHANABLE_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(LDLIBS_SECURE) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/orphanable_test
|
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr++/orphanable_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_orphanable_test: $(ORPHANABLE_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
|
ifneq ($(NO_SECURE),true) |
|
|
|
|
ifneq ($(NO_DEPS),true) |
|
|
|
|
-include $(ORPHANABLE_TEST_OBJS:.o=.dep) |
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PROTO_SERVER_REFLECTION_TEST_SRC = \
|
|
|
|
|
test/cpp/end2end/proto_server_reflection_test.cc \
|
|
|
|
|
|
|
|
|
@ -16451,7 +16597,7 @@ $(OBJDIR)/$(CONFIG)/test/cpp/interop/reconnect_interop_server.o: $(GENDIR)/src/p |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
REF_COUNTED_PTR_TEST_SRC = \
|
|
|
|
|
test/core/support/ref_counted_ptr_test.cc \
|
|
|
|
|
test/core/gpr++/ref_counted_ptr_test.cc \
|
|
|
|
|
|
|
|
|
|
REF_COUNTED_PTR_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(REF_COUNTED_PTR_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -16482,7 +16628,7 @@ endif |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/ref_counted_ptr_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr++/ref_counted_ptr_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_ref_counted_ptr_test: $(REF_COUNTED_PTR_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -16494,7 +16640,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
REF_COUNTED_TEST_SRC = \
|
|
|
|
|
test/core/support/ref_counted_test.cc \
|
|
|
|
|
test/core/gpr++/ref_counted_test.cc \
|
|
|
|
|
|
|
|
|
|
REF_COUNTED_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(REF_COUNTED_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
@ -16525,7 +16671,7 @@ endif |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/ref_counted_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/gpr++/ref_counted_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_ref_counted_test: $(REF_COUNTED_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
@ -17263,49 +17409,6 @@ endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VECTOR_TEST_SRC = \
|
|
|
|
|
test/core/support/vector_test.cc \
|
|
|
|
|
|
|
|
|
|
VECTOR_TEST_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(VECTOR_TEST_SRC))))
|
|
|
|
|
ifeq ($(NO_SECURE),true) |
|
|
|
|
|
|
|
|
|
# You can't build secure targets if you don't have OpenSSL.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/vector_test: openssl_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(NO_PROTOBUF),true) |
|
|
|
|
|
|
|
|
|
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
|
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/vector_test: protobuf_dep_error |
|
|
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
|
|
$(BINDIR)/$(CONFIG)/vector_test: $(PROTOBUF_DEP) $(VECTOR_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
$(E) "[LD] Linking $@"
|
|
|
|
|
$(Q) mkdir -p `dirname $@`
|
|
|
|
|
$(Q) $(LDXX) $(LDFLAGS) $(VECTOR_TEST_OBJS) $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a $(LDLIBSXX) $(LDLIBS_PROTOBUF) $(LDLIBS) $(LDLIBS_SECURE) $(GTEST_LIB) -o $(BINDIR)/$(CONFIG)/vector_test
|
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/test/core/support/vector_test.o: $(LIBDIR)/$(CONFIG)/libgrpc_test_util.a $(LIBDIR)/$(CONFIG)/libgrpc++.a $(LIBDIR)/$(CONFIG)/libgrpc.a $(LIBDIR)/$(CONFIG)/libgpr_test_util.a $(LIBDIR)/$(CONFIG)/libgpr.a |
|
|
|
|
|
|
|
|
|
deps_vector_test: $(VECTOR_TEST_OBJS:.o=.dep) |
|
|
|
|
|
|
|
|
|
ifneq ($(NO_SECURE),true) |
|
|
|
|
ifneq ($(NO_DEPS),true) |
|
|
|
|
-include $(VECTOR_TEST_OBJS:.o=.dep) |
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WRITES_PER_RPC_TEST_SRC = \
|
|
|
|
|
test/cpp/performance/writes_per_rpc_test.cc \
|
|
|
|
|
|
|
|
|
|