comparison seobeo/tests/BUILD @ 223:0e7b9464248d hg-web

[hg-web] Add browser route regression coverage
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 10:07:40 -0700
parents ce7f4400c2de
children 745fd127b2a1
comparison
equal deleted inserted replaced
222:a8d6435dc021 223:0e7b9464248d
37 timeout = "short", 37 timeout = "short",
38 visibility = ["//visibility:public"], 38 visibility = ["//visibility:public"],
39 ) 39 )
40 40
41 cc_test( 41 cc_test(
42 name = "seobeo_sigpipe_test",
43 srcs = ["seobeo_sigpipe_test.c"],
44 deps = ["//seobeo:seobeo"],
45 size = "small",
46 timeout = "short",
47 visibility = ["//visibility:public"],
48 )
49
50 cc_test(
42 name = "seobeo_http_timeout_test", 51 name = "seobeo_http_timeout_test",
43 srcs = ["seobeo_http_timeout_test.c"], 52 srcs = ["seobeo_http_timeout_test.c"],
44 deps = ["//seobeo:seobeo"], 53 deps = ["//seobeo:seobeo"],
45 size = "small", 54 size = "small",
46 timeout = "short", 55 timeout = "short",