comparison seobeo/tests/BUILD @ 250:745fd127b2a1

[seobeo] Add bounded worker interface Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 06:23:37 -0700
parents 0e7b9464248d
children 117c4d53c9a4
comparison
equal deleted inserted replaced
249:c5129452493e 250:745fd127b2a1
71 deps = ["//seobeo:seobeo"], 71 deps = ["//seobeo:seobeo"],
72 size = "small", 72 size = "small",
73 timeout = "short", 73 timeout = "short",
74 visibility = ["//visibility:public"], 74 visibility = ["//visibility:public"],
75 ) 75 )
76
77 cc_test(
78 name = "seobeo_worker_test",
79 srcs = ["seobeo_worker_test.c"],
80 deps = ["//seobeo:seobeo_worker"],
81 size = "small",
82 timeout = "short",
83 visibility = ["//visibility:public"],
84 )