diff --git a/tests/scripts/faketime-all.sh b/tests/scripts/faketime-all.sh index 54994e6a96..3f21bffd1e 100755 --- a/tests/scripts/faketime-all.sh +++ b/tests/scripts/faketime-all.sh @@ -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