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