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