diff options
| author | Michael Biebl <biebl@debian.org> | 2019-03-26 23:26:14 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-03-26 23:26:14 +0100 |
| commit | 9bc3ff81969c896f6bf8e1c93f98f43f6ffffaf8 (patch) | |
| tree | 302fce2d1ab3a130ac0b684d168ab6312825fcd2 /src/initrd/tests/meson.build | |
| parent | f97666c6bd29a3228443acd6401a407a19ec8d25 (diff) | |
| parent | 9a6dcbf895f9da01768e64b73cec88c16157d91e (diff) | |
Update upstream source from tag 'upstream/1.16.0'
Update to upstream version '1.16.0' with Debian dir a0f3ffb137940d423625faae8bedbaced4d34cda
Diffstat (limited to 'src/initrd/tests/meson.build')
| -rw-r--r-- | src/initrd/tests/meson.build | 4 |
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 |