]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
tests : enable test-chat out of tree build (#19558)
authorJan Patrick Lehr <redacted>
Fri, 27 Feb 2026 04:37:54 +0000 (05:37 +0100)
committerGitHub <redacted>
Fri, 27 Feb 2026 04:37:54 +0000 (05:37 +0100)
commita8b192b6ec4fd517fc966ef6fa02c01f8157bbee
tree5ee225fd89bd999a64777ff3a43b255854bee6d2
parentc17dce4f5c725054e10cfafc883cbd24e8b6303b
tests :  enable test-chat out of tree build (#19558)

The binary relies on model files that it tries to find. However, when
configuring the build directory to be parallel to the source tree those
heuristics fail.

This sets the working directory for the test executable to be the
source-tree which resolves this issue.
tests/CMakeLists.txt