aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@gmail.com>2018-06-11 07:52:16 -0700
committerGravatar GitHub <noreply@github.com>2018-06-11 07:52:16 -0700
commit3089cc8c38563d27160f9772a2e5ed4e60c058f7 (patch)
tree82343b0b8e7b87a9b317eec7e5208182b0c0f6f1 /Makefile
parent8f9445ca9fdb00fec9c76b7d5ed5eafddedc7c7b (diff)
parentd93589a0a1733b7a786b692c2d09c6f6a2958ba4 (diff)
Merge pull request #15676 from ncteisen/error-creation-sanity
No Error Creation on RPC Hotpath
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1247566ffe..a55fec4df5 100644
--- a/Makefile
+++ b/Makefile
@@ -9991,6 +9991,7 @@ LIBEND2END_TESTS_SRC = \
test/core/end2end/tests/max_message_length.cc \
test/core/end2end/tests/negative_deadline.cc \
test/core/end2end/tests/network_status_change.cc \
+ test/core/end2end/tests/no_error_on_hotpath.cc \
test/core/end2end/tests/no_logging.cc \
test/core/end2end/tests/no_op.cc \
test/core/end2end/tests/payload.cc \
@@ -10107,6 +10108,7 @@ LIBEND2END_NOSEC_TESTS_SRC = \
test/core/end2end/tests/max_message_length.cc \
test/core/end2end/tests/negative_deadline.cc \
test/core/end2end/tests/network_status_change.cc \
+ test/core/end2end/tests/no_error_on_hotpath.cc \
test/core/end2end/tests/no_logging.cc \
test/core/end2end/tests/no_op.cc \
test/core/end2end/tests/payload.cc \