diff 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
line wrap: on
line diff
--- a/seobeo/tests/BUILD	Tue Aug 04 06:23:37 2026 -0700
+++ b/seobeo/tests/BUILD	Tue Aug 04 09:14:57 2026 -0700
@@ -82,3 +82,13 @@
   timeout = "short",
   visibility = ["//visibility:public"],
 )
+
+cc_test(
+  name = "seobeo_server_bind_test",
+  srcs = ["seobeo_server_bind_test.c"],
+  deps = ["//seobeo:seobeo"],
+  size = "small",
+  timeout = "short",
+  target_compatible_with = ["@platforms//os:linux"],
+  visibility = ["//visibility:public"],
+)