diff options
Diffstat (limited to 'test/ipa')
-rw-r--r-- | test/ipa/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |