comparison seobeo/tests/BUILD @ 251:117c4d53c9a4

[ui] Add HTML-first Web Component system Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 09:14:57 -0700
parents 745fd127b2a1
children 609d3c6aff4e
comparison
equal deleted inserted replaced
250:745fd127b2a1 251:117c4d53c9a4
80 deps = ["//seobeo:seobeo_worker"], 80 deps = ["//seobeo:seobeo_worker"],
81 size = "small", 81 size = "small",
82 timeout = "short", 82 timeout = "short",
83 visibility = ["//visibility:public"], 83 visibility = ["//visibility:public"],
84 ) 84 )
85
86 cc_test(
87 name = "seobeo_server_bind_test",
88 srcs = ["seobeo_server_bind_test.c"],
89 deps = ["//seobeo:seobeo"],
90 size = "small",
91 timeout = "short",
92 target_compatible_with = ["@platforms//os:linux"],
93 visibility = ["//visibility:public"],
94 )