Skip to content

Commit

Permalink
Add the timing test dependency on MBEDTLS_HAVE_TIME
Browse files Browse the repository at this point in the history
Signed-off-by: Andrzej Kurek <[email protected]>
  • Loading branch information
Andrzej Kurek committed Mar 4, 2022
1 parent 6056e7a commit 469fa95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/suites/test_suite_timing.data
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Timing: get timer
depends_on:MBEDTLS_HAVE_TIME
timing_get_timer:

Timing: delay 0ms
depends_on:MBEDTLS_HAVE_TIME
timing_delay:0:

Timing: delay 100ms
depends_on:MBEDTLS_HAVE_TIME
timing_delay:100:

0 comments on commit 469fa95

Please sign in to comment.