From 9a6dcbf895f9da01768e64b73cec88c16157d91e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 26 Mar 2019 23:25:23 +0100 Subject: New upstream version 1.16.0 --- src/initrd/tests/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/initrd/tests/meson.build') 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 -- cgit 1.3.0-6-gf8a5