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
-1
View File
@@ -27,7 +27,6 @@ else()
add_subdirectory(server)
endif()
add_subdirectory(tokenize)
add_subdirectory(parser)
add_subdirectory(tts)
add_subdirectory(mtmd)
if (GGML_RPC)