From cea3ecc8e10fc00c93e4c1331430f06c0a936eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Thu, 4 Jul 2019 02:36:03 +0200 Subject: test: Allow self-contained tests to run in parallel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The IPA, IPC and Stream tests are self-contained so they can run in parallel. Signed-off-by: Niklas Söderlund Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- test/ipa/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ipa') diff --git a/test/ipa/meson.build b/test/ipa/meson.build index bca39fa3..1749ab7d 100644 --- a/test/ipa/meson.build +++ b/test/ipa/meson.build @@ -8,5 +8,5 @@ foreach t : ipa_test link_with : test_libraries, include_directories : test_includes_internal) - test(t[0], exe, suite : 'ipa', is_parallel : false) + test(t[0], exe, suite : 'ipa') endforeach -- cgit v1.2.1