Files
text_editor_smoke/app.md
T
egutierrez 03c18d6c10 chore: auto-commit (2 archivos)
- app.md
- appicon.ico

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-16 16:33:23 +02:00

794 B

name, lang, domain, description, tags, uses_functions, uses_types, framework, entry_point, dir_path, repo_url
name lang domain description tags uses_functions uses_types framework entry_point dir_path repo_url
text_editor_smoke cpp tools Smoke test CLI (sin GUI) que valida los wrappers PIMPL de text_editor y file_watcher (inotify Linux / ReadDirectoryChangesW Win). No abre ventana ImGui — solo crea/settea texto/lee/poll/destruye.
cpp
smoke
test
cli
text_editor_cpp_core
file_watcher_cpp_core
cli main.cpp apps/text_editor_smoke

text_editor_smoke

Smoke test que verifica las APIs de text_editor y file_watcher linkean correctamente. Sin ventana ImGui.

Build & run

cd cpp && cmake --build build --target text_editor_smoke -j
./build/text_editor_smoke

Salida esperada: log con bytes leidos del editor + eventos del file_watcher.