mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-26 18:20:21 +00:00
Add faketime tests
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
2d27119c58
commit
73bc0f6088
@ -942,6 +942,14 @@ helper_datafile_run_tests () {
|
||||
#
|
||||
# Indicative running times are given for reference.
|
||||
|
||||
component_test_faketime_default () {
|
||||
helper_datafile_run_tests " default configuration with faketime"
|
||||
}
|
||||
|
||||
component_test_faketime_full () {
|
||||
scripts/config.py full
|
||||
helper_datafile_run_tests " full configuration with faketime"
|
||||
}
|
||||
|
||||
################################################################
|
||||
#### Termination
|
||||
|
Loading…
Reference in New Issue
Block a user