about summary refs log tree commit diff
path: root/src/platform/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/tests/meson.build')
-rw-r--r--src/platform/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/tests/meson.build b/src/platform/tests/meson.build
index bedc6916..3704e2ac 100644
--- a/src/platform/tests/meson.build
+++ b/src/platform/tests/meson.build
@@ -22,7 +22,7 @@ foreach test_unit: test_units
     'platform/' + test_unit[0],
     test_script,
     timeout: test_unit[3],
-    args: test_args + [exe.full_path()]
+    args: test_args + [exe.full_path()],
   )
 endforeach