Skip to content

Commit 153be19

Browse files
committed
build: Add build step for test-memory on non-windows builds
These tests use private headers, so won't build on windows Branch: MemoryTests Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
1 parent 80cc01b commit 153be19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ if (NOT WIN32)
108108
llama_build_and_test(test-grammar-integration.cpp)
109109
llama_build_and_test(test-llama-grammar.cpp)
110110
llama_build_and_test(test-chat.cpp)
111+
llama_build_and_test(test-memory.cpp)
111112
# TODO: disabled on loongarch64 because the ggml-ci node lacks Python 3.8
112113
if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "loongarch64")
113114
llama_build_and_test(test-json-schema-to-grammar.cpp WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)

0 commit comments

Comments
 (0)