Skip to content

Commit 426fb77

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 1fb8223 commit 426fb77

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
@@ -109,6 +109,7 @@ if (NOT WIN32)
109109
llama_build_and_test(test-grammar-integration.cpp)
110110
llama_build_and_test(test-llama-grammar.cpp)
111111
llama_build_and_test(test-chat.cpp)
112+
llama_build_and_test(test-memory.cpp)
112113
# TODO: disabled on loongarch64 because the ggml-ci node lacks Python 3.8
113114
if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "loongarch64")
114115
llama_build_and_test(test-json-schema-to-grammar.cpp WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)

0 commit comments

Comments
 (0)