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:
@@ -597,6 +597,7 @@ const test_sources: []const []const u8 = &.{
|
|||||||
"test-loop-close.c",
|
"test-loop-close.c",
|
||||||
"test-loop-configure.c",
|
"test-loop-configure.c",
|
||||||
"test-loop-handles.c",
|
"test-loop-handles.c",
|
||||||
|
"test-loop-oom.c",
|
||||||
"test-loop-stop.c",
|
"test-loop-stop.c",
|
||||||
"test-loop-time.c",
|
"test-loop-time.c",
|
||||||
"test-metrics.c",
|
"test-metrics.c",
|
||||||
|
|||||||
Reference in New Issue
Block a user