Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
tests/suites/test_suite_timing.function@1:1a219dea6cb5, 2019-06-04 (annotated)
- Committer:
- williequesada
- Date:
- Tue Jun 04 16:03:38 2019 +0000
- Revision:
- 1:1a219dea6cb5
- Parent:
- 0:cdf462088d13
compartir a Pablo
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| markrad | 0:cdf462088d13 | 1 | /* BEGIN_HEADER */ | 
| markrad | 0:cdf462088d13 | 2 | #include "mbedtls/timing.h" | 
| markrad | 0:cdf462088d13 | 3 | /* END_HEADER */ | 
| markrad | 0:cdf462088d13 | 4 | |
| markrad | 0:cdf462088d13 | 5 | /* BEGIN_DEPENDENCIES | 
| markrad | 0:cdf462088d13 | 6 | * depends_on:MBEDTLS_TIMING_C | 
| markrad | 0:cdf462088d13 | 7 | * END_DEPENDENCIES | 
| markrad | 0:cdf462088d13 | 8 | */ | 
| markrad | 0:cdf462088d13 | 9 | |
| markrad | 0:cdf462088d13 | 10 | /* BEGIN_CASE depends_on:MBEDTLS_SELF_TEST */ | 
| markrad | 0:cdf462088d13 | 11 | void timing_selftest() | 
| markrad | 0:cdf462088d13 | 12 | { | 
| markrad | 0:cdf462088d13 | 13 | TEST_ASSERT( mbedtls_timing_self_test( 1 ) == 0 ); | 
| markrad | 0:cdf462088d13 | 14 | } | 
| markrad | 0:cdf462088d13 | 15 | /* END_CASE */ | 
