comparison 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
comparison
equal deleted inserted replaced
259:667156fcd3e3 260:1f9877b637e9
111 size = "small", 111 size = "small",
112 timeout = "short", 112 timeout = "short",
113 target_compatible_with = ["@platforms//os:linux"], 113 target_compatible_with = ["@platforms//os:linux"],
114 visibility = ["//visibility:public"], 114 visibility = ["//visibility:public"],
115 ) 115 )
116
117 cc_test(
118 name = "seobeo_server_stop_test",
119 srcs = ["seobeo_server_stop_test.c"],
120 deps = ["//seobeo:seobeo"],
121 size = "small",
122 timeout = "short",
123 visibility = ["//visibility:public"],
124 )