cb6d9e61d1
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
798 B
798 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. |
|
|
cli | main.cpp | 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.