diff --git a/src/platform/tests/meson.build b/src/platform/tests/meson.build index 19867f7404..8086a46c9b 100644 --- a/src/platform/tests/meson.build +++ b/src/platform/tests/meson.build @@ -13,13 +13,13 @@ test_units = [ foreach test_unit: test_units exe = executable( - test_unit[0], + 'platform-' + test_unit[0], test_unit[1], dependencies: test_unit[2], ) test( - test_unit[0], + 'platform/' + test_unit[0], test_script, timeout: test_unit[3], args: test_args + [exe.full_path()],