Add faketime tests

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-06-19 16:04:02 +08:00
parent 2d27119c58
commit 73bc0f6088

View File

@ -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