summaryrefslogtreecommitdiff
path: root/catalog
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-01-21 14:28:23 +0000
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-01-22 01:56:03 +0900
commite93ada982127adcb2c9c842f09126a34cadf2ac1 (patch)
tree8c280832ff214f5d63a0f6232c486ebabfd7ce25 /catalog
parentac16a593cf4ecf8dd04b8be78fd2e8fd2fe55991 (diff)
downloadsystemd-e93ada982127adcb2c9c842f09126a34cadf2ac1.tar.gz
meson: Add missing test dependencies
Currently, running "meson build" followed by "meson test -C build" will result in many failed tests due to missing dependencies. This commit adds the missing dependencies to make sure no tests fail.
Diffstat (limited to 'catalog')
-rw-r--r--catalog/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog/meson.build b/catalog/meson.build
index 7139c2e053..a20189d314 100644
--- a/catalog/meson.build
+++ b/catalog/meson.build
@@ -19,7 +19,7 @@ support_url = get_option('support-url')
support_sed = 's~%SUPPORT_URL%~@0@~'.format(support_url)
foreach file : in_files
- custom_target(
+ catalogs += custom_target(
file,
input : file + '.in',
output: file,