test: move tools/parser to tests (#27548)

This commit is contained in:
Xuan-Son Nguyen
2026-08-23 18:38:51 +02:00
committed by GitHub
parent 56db501e73
commit 4a08fa2970
9 changed files with 465 additions and 504 deletions
+2
View File
@@ -244,6 +244,8 @@ llama_build_and_test(test-jinja.cpp)
llama_test(test-jinja NAME test-jinja-py ARGS -py LABEL python)
llama_build_and_test(test-chat-auto-parser.cpp WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})
llama_build_and_test(test-chat-template.cpp)
# debug tool for chat template differential analysis (not registered as a test, run it manually)
llama_build(test-chat-analysis.cpp)
llama_build_and_test(test-log.cpp)
llama_build_and_test(
test-peg-parser.cpp