diff options
| author | 2026-04-13 16:11:04 -0400 | |
|---|---|---|
| committer | 2026-04-13 16:11:04 -0400 | |
| commit | a389b8f2f9c55b76fe5a28c3f1fea798ed37aa98 (patch) | |
| tree | ff9dcee72485443b77f03220564efa44fbe0c705 /tests/meson.build | |
| parent | f78a30aaccffddc3e3eab07870e02157322af956 (diff) | |
| download | libnaunet-a389b8f2f9c55b76fe5a28c3f1fea798ed37aa98.tar.gz libnaunet-a389b8f2f9c55b76fe5a28c3f1fea798ed37aa98.tar.bz2 libnaunet-a389b8f2f9c55b76fe5a28c3f1fea798ed37aa98.zip | |
a connecting stream. Cleanup timer.
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'tests/meson.build')
| -rw-r--r-- | tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index 0ff6ffb..1074e40 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -3,6 +3,7 @@ executable('condition_variable', ['condition_variable.c'], dependencies: naunet) executable('timer_thread', ['timer_thread.c'], dependencies: naunet) if get_option('event-loop').enabled() executable('timer_loop', ['timer_loop.c'], dependencies: naunet) + executable('timer_clear_pending', ['timer_clear_pending.c'], dependencies: naunet) executable('loop_sleep', ['loop_sleep.c'], dependencies: naunet) if not is_windows executable('stdin_lines', ['stdin_lines.c'], dependencies: naunet) |