diff options
-rw-r--r-- | tests/atspi/meson.build | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/atspi/meson.build b/tests/atspi/meson.build index cd3db669..f563d074 100644 --- a/tests/atspi/meson.build +++ b/tests/atspi/meson.build @@ -10,4 +10,9 @@ memory = executable('memory', dependencies: [ atspi_dep ], ) -test('memory', memory, depends: testapp) +test( + 'memory', + memory, + depends: testapp, + is_parallel: false, +) |