test: Allow self-contained tests to run in parallel
The IPA, IPC and Stream tests are self-contained so they can run in parallel. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
91a65e9ee6
commit
cea3ecc8e1
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -8,5 +8,5 @@ foreach t : ipc_tests
|
|||
link_with : test_libraries,
|
||||
include_directories : test_includes_internal)
|
||||
|
||||
test(t[0], exe, suite : 'ipc', is_parallel : false)
|
||||
test(t[0], exe, suite : 'ipc')
|
||||
endforeach
|
||||
|
|
|
@ -7,5 +7,5 @@ foreach t : stream_tests
|
|||
dependencies : libcamera_dep,
|
||||
link_with : test_libraries,
|
||||
include_directories : test_includes_internal)
|
||||
test(t[0], exe, suite: 'stream', is_parallel: false)
|
||||
test(t[0], exe, suite: 'stream')
|
||||
endforeach
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue