summaryrefslogtreecommitdiff
path: root/auto_tests/BUILD.bazel
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-06-25 12:37:46 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-06-29 23:24:20 +0000
commit706fad1ce88c2104009a3835ee343ff9d8ec8b79 (patch)
treeb2c0d8ccb434515cbbd4e0c9e86ce21f099c11a7 /auto_tests/BUILD.bazel
parent52f21e32518244f3008efbef073f9d3ac9e68b43 (diff)
Add a test to try and overflow the send queue in net_crypto.
Diffstat (limited to 'auto_tests/BUILD.bazel')
-rw-r--r--auto_tests/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto_tests/BUILD.bazel b/auto_tests/BUILD.bazel
index 7b0cab7d..4f1f1892 100644
--- a/auto_tests/BUILD.bazel
+++ b/auto_tests/BUILD.bazel
@@ -4,6 +4,7 @@ cc_library(
4 hdrs = [ 4 hdrs = [
5 "check_compat.h", 5 "check_compat.h",
6 "helpers.h", 6 "helpers.h",
7 "run_auto_test.h",
7 ], 8 ],
8) 9)
9 10