Skip to content

Commit

Permalink
tests: fix parallel tests
Browse files Browse the repository at this point in the history
Specify dependencies between tests so they can be run in parallel.

Signed-off-by: Sertonix <[email protected]>
  • Loading branch information
sertonix committed Aug 8, 2024
1 parent 4aa2c35 commit 86e91b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ add_test(NAME wtest COMMAND wtest)
add_compare_test(rtest)
add_compare_test(ftest)
add_test(NAME halftest COMMAND halftest)

set_tests_properties(rtest PROPERTIES DEPENDS wtest)
set_tests_properties(ftest PROPERTIES DEPENDS wtest)

0 comments on commit 86e91b4

Please sign in to comment.