Skip to content

Commit 0910b32

Browse files
easelclaude
andcommitted
fix(server): link prompt_normalize.cpp into replay_http_server
http_server.cpp now calls normalize_system_for_cache (added to main during billing-header strip work). The replay_http_server test target was missing the .cpp that defines it. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent adec1e2 commit 0910b32

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,8 @@ if(DFLASH27B_TESTS)
891891
test/scenario_store.cpp
892892
test/stub_model_backend.cpp
893893
src/server/http_server.cpp
894-
src/server/model_card.cpp)
894+
src/server/model_card.cpp
895+
src/server/prompt_normalize.cpp)
895896
target_include_directories(replay_http_server PRIVATE
896897
${DFLASH27B_SRC_INCLUDE_DIRS}
897898
${CMAKE_CURRENT_SOURCE_DIR}/test

0 commit comments

Comments
 (0)