From a389b8f2f9c55b76fe5a28c3f1fea798ed37aa98 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 13 Apr 2026 16:11:04 -0400 Subject: Allow packet_stream_reconnect() to cut off a connecting stream. Cleanup timer. Signed-off-by: Andrew Opalach --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/meson.build') 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) -- cgit v1.2.3-101-g0448