aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-07-19 10:26:41 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-07-19 10:26:41 -0700
commitf7350ea6b7b58d632bf4a8aafaa0354e022d9c0b (patch)
treebf1ca22ba21e82f0290f76d064df03e139614d5c /Makefile
parent19fc5526b2604b3dace6ebfa7f6ffb786fd6bba2 (diff)
Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f58a02df9a..e68ccae3b0 100644
--- a/Makefile
+++ b/Makefile
@@ -7926,6 +7926,7 @@ LIBEND2END_TESTS_SRC = \
test/core/end2end/tests/no_logging.c \
test/core/end2end/tests/no_op.c \
test/core/end2end/tests/payload.c \
+ test/core/end2end/tests/payload_with_proxy_auth.c \
test/core/end2end/tests/ping.c \
test/core/end2end/tests/ping_pong_streaming.c \
test/core/end2end/tests/registered_call.c \
@@ -8020,6 +8021,7 @@ LIBEND2END_NOSEC_TESTS_SRC = \
test/core/end2end/tests/no_logging.c \
test/core/end2end/tests/no_op.c \
test/core/end2end/tests/payload.c \
+ test/core/end2end/tests/payload_with_proxy_auth.c \
test/core/end2end/tests/ping.c \
test/core/end2end/tests/ping_pong_streaming.c \
test/core/end2end/tests/registered_call.c \