build: add missing test source file

This was added in 1.51.0. it only affected building with -Dbuild-tests,
which probably most people do not do.
This commit is contained in:
2026-01-05 23:17:13 -07:00
parent a2dfd385bd
commit 3b114c0f1c

View File

@@ -597,6 +597,7 @@ const test_sources: []const []const u8 = &.{
"test-loop-close.c",
"test-loop-configure.c",
"test-loop-handles.c",
"test-loop-oom.c",
"test-loop-stop.c",
"test-loop-time.c",
"test-metrics.c",