Skip to content

Commit

Permalink
WIP: validation: timer: add tests for odp_timer_pool_start_multi()
Browse files Browse the repository at this point in the history
Add validation tests for new odp_timer_pool_start_multi() function.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
  • Loading branch information
MatiasElo committed Dec 8, 2023
1 parent 689c84f commit 76dab1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validation/api/timer/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ static void timer_pool_create_max(void)
CU_ASSERT_FATAL(tp[i] != ODP_TIMER_POOL_INVALID);
}

odp_timer_pool_start();
CU_ASSERT_FATAL(odp_timer_pool_start_multi(tp, num) == (int)num);

for (i = 0; i < num; i++) {
timer[i] = odp_timer_alloc(tp[i], queue, USER_PTR);
Expand Down

0 comments on commit 76dab1c

Please sign in to comment.