Skip to content

Commit cad1448

Browse files
author
ochafik
committed
Disable test-chat-handler on win32 like the other grammar-related tests
1 parent cd63ba4 commit cad1448

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ if (NOT WIN32)
9393
llama_target_and_test(test-grammar-parser.cpp)
9494
llama_target_and_test(test-grammar-integration.cpp)
9595
llama_target_and_test(test-llama-grammar.cpp)
96+
llama_target_and_test(test-chat-handler.cpp)
9697
# TODO: disabled on loongarch64 because the ggml-ci node lacks Python 3.8
9798
if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "loongarch64")
9899
llama_target_and_test(test-json-schema-to-grammar.cpp WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)
@@ -133,8 +134,6 @@ llama_target_and_test(test-chat-template.cpp)
133134
# llama_target_and_test(test-opt.cpp) # SLOW
134135
llama_target_and_test(test-gguf.cpp)
135136
llama_target_and_test(test-backend-ops.cpp)
136-
llama_target_and_test(test-chat-handler.cpp)
137-
target_link_libraries(test-chat-handler PRIVATE llama)
138137

139138
llama_target_and_test(test-model-load-cancel.cpp LABEL "model")
140139
llama_target_and_test(test-autorelease.cpp LABEL "model")

0 commit comments

Comments
 (0)