mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-27 10:04:25 +01:00
09d880aa38
This commit adds an MPS unit test suite `test_suite_mps` which will subsequently be populated with unit tests for all components of MPS. As a start, a test case ``` mbedtls_mps_reader_no_pausing_single_step_single_round() ``` is added which exercises the most basic usage of the MPS reader component; see the test case description for more details. Signed-off-by: Hanno Becker <hanno.becker@arm.com>
6 lines
237 B
Plaintext
6 lines
237 B
Plaintext
MPS Reader: Single step, single round, pausing disabled
|
|
mbedtls_mps_reader_no_pausing_single_step_single_round:0
|
|
|
|
MPS Reader: Single step, single round, pausing enabled but unused
|
|
mbedtls_mps_reader_no_pausing_single_step_single_round:1
|