diff options
Diffstat (limited to 'test/ut.c')
-rw-r--r-- | test/ut.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -133,3 +133,10 @@ void ut_unsilence_console(struct unit_test_state *uts) { gd->flags &= ~(GD_FLG_SILENT | GD_FLG_RECORD); } + +void ut_set_skip_delays(struct unit_test_state *uts, bool skip_delays) +{ +#ifdef CONFIG_SANDBOX + state_set_skip_delays(skip_delays); +#endif +} |