summary refs log tree commit diff
path: root/src/initrd/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/initrd/tests/meson.build')
-rw-r--r--src/initrd/tests/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/initrd/tests/meson.build b/src/initrd/tests/meson.build
index 6b316d4e..0ef72fff 100644
--- a/src/initrd/tests/meson.build
+++ b/src/initrd/tests/meson.build
@@ -13,11 +13,11 @@ foreach test_unit : test_units
     test_unit + '.c',
     dependencies: test_nm_dep,
     c_args: cflags,
-    link_with: libnmi_core
+    link_with: libnmi_core,
   )
   test(
     'initrd/' + test_unit,
     test_script,
-    args: test_args + [exe.full_path()]
+    args: test_args + [exe.full_path()],
   )
 endforeach