aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/meson.build
diff options
context:
space:
mode:
authoreldritch horrors <pennae@lix.systems>2024-09-26 17:23:52 +0000
committerGerrit Code Review <gerrit@localhost>2024-09-26 17:23:52 +0000
commit619a93bd54386714241fc0edfba2aa9b4c40355b (patch)
tree5ef0f99ef1cee0917bf9576896b5142a04a333a7 /tests/unit/meson.build
parent5dc7671d81845cc9832752209daa591b401ae0c9 (diff)
parent531d040e8c2d211408c84ae23421aaa45b3b5a7a (diff)
Merge "libutil: add async collection mechanism" into main
Diffstat (limited to 'tests/unit/meson.build')
-rw-r--r--tests/unit/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/meson.build b/tests/unit/meson.build
index 3d3930731..8b0c66dd8 100644
--- a/tests/unit/meson.build
+++ b/tests/unit/meson.build
@@ -39,6 +39,7 @@ liblixutil_test_support = declare_dependency(
)
libutil_tests_sources = files(
+ 'libutil/async-collect.cc',
'libutil/async-semaphore.cc',
'libutil/canon-path.cc',
'libutil/checked-arithmetic.cc',