summaryrefslogtreecommitdiff
path: root/auto_tests/BUILD.bazel
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-06 10:39:57 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-06 11:14:44 +0000
commit9d5c55b4b39da2a99ef00449fd4f9701ddcd5b2a (patch)
treee43cf725347a7e543ca240b6d499cef822471d3f /auto_tests/BUILD.bazel
parent47a527509d1b9855fcc1bafe33177d7ed726faf8 (diff)
Add a test that reproduces the NULL peer nick bug.
Diffstat (limited to 'auto_tests/BUILD.bazel')
-rw-r--r--auto_tests/BUILD.bazel6
1 files changed, 5 insertions, 1 deletions
diff --git a/auto_tests/BUILD.bazel b/auto_tests/BUILD.bazel
index 4f1f1892..4a0275ee 100644
--- a/auto_tests/BUILD.bazel
+++ b/auto_tests/BUILD.bazel
@@ -8,9 +8,13 @@ cc_library(
8 ], 8 ],
9) 9)
10 10
11test_sizes = {
12 "conference_peer_nick_test": "medium",
13}
14
11[cc_test( 15[cc_test(
12 name = src[:-2], 16 name = src[:-2],
13 size = "small", 17 size = test_sizes.get(src[:-2], "small"),
14 srcs = [src], 18 srcs = [src],
15 copts = ["-Wno-sign-compare"], 19 copts = ["-Wno-sign-compare"],
16 deps = [ 20 deps = [