diff options
Diffstat (limited to 'src/dnsmasq')
-rw-r--r-- | src/dnsmasq/tests/meson.build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dnsmasq/tests/meson.build b/src/dnsmasq/tests/meson.build index 56d917486a..5b4946d94b 100644 --- a/src/dnsmasq/tests/meson.build +++ b/src/dnsmasq/tests/meson.build @@ -7,4 +7,8 @@ exe = executable( c_args: '-DTESTDIR="@0@"'.format(meson.source_root()) ) -test(test_unit, exe) +test( + test_unit, + test_script, + args: test_args + [exe.full_path()] +) |