diff seobeo/tests/BUILD @ 260:1f9877b637e9

Add Copilot-powered cyberpunk JRPG chat Integrate the production JRPG chat with Seobeo streaming, Deita persistence, and a Bazel-managed Copilot SDK and LiteLLM inference stack. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Wed, 05 Aug 2026 09:19:41 -0700
parents 609d3c6aff4e
children 04fee26ecce0
line wrap: on
line diff
--- a/seobeo/tests/BUILD	Wed Aug 05 09:19:41 2026 -0700
+++ b/seobeo/tests/BUILD	Wed Aug 05 09:19:41 2026 -0700
@@ -113,3 +113,12 @@
   target_compatible_with = ["@platforms//os:linux"],
   visibility = ["//visibility:public"],
 )
+
+cc_test(
+  name = "seobeo_server_stop_test",
+  srcs = ["seobeo_server_stop_test.c"],
+  deps = ["//seobeo:seobeo"],
+  size = "small",
+  timeout = "short",
+  visibility = ["//visibility:public"],
+)