blob: 5882f85d7482c6e271167d353a362e2ba6f21cbe [file] [log] [blame]
Paul Bakker50157ff2016-07-19 14:57:00 +01001/* BEGIN_HEADER */
2#include "mbedtls/timing.h"
3/* END_HEADER */
4
5/* BEGIN_DEPENDENCIES
6 * depends_on:MBEDTLS_TIMING_C
7 * END_DEPENDENCIES
8 */
9
10/* BEGIN_CASE depends_on:MBEDTLS_SELF_TEST */
11void timing_selftest()
12{
Andres AG93012e82016-09-09 09:10:28 +010013 TEST_ASSERT( mbedtls_timing_self_test( 1 ) == 0 );
Paul Bakker50157ff2016-07-19 14:57:00 +010014}
15/* END_CASE */