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