Mercurial
diff 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 |
line wrap: on
line diff
--- a/seobeo/tests/BUILD Tue Aug 04 04:16:45 2026 -0700 +++ b/seobeo/tests/BUILD Tue Aug 04 06:23:37 2026 -0700 @@ -73,3 +73,12 @@ timeout = "short", visibility = ["//visibility:public"], ) + +cc_test( + name = "seobeo_worker_test", + srcs = ["seobeo_worker_test.c"], + deps = ["//seobeo:seobeo_worker"], + size = "small", + timeout = "short", + visibility = ["//visibility:public"], +)