summaryrefslogtreecommitdiff
path: root/src/ndisc/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/ndisc/tests/meson.build')
-rw-r--r--src/ndisc/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ndisc/tests/meson.build b/src/ndisc/tests/meson.build
index d2d83d07d9..2f479c2d9f 100644
--- a/src/ndisc/tests/meson.build
+++ b/src/ndisc/tests/meson.build
@@ -8,7 +8,7 @@ exe = executable(
)
test(
- test_unit,
+ 'ndisc/' + test_unit,
test_script,
args: test_args + [exe.full_path()]
)