commit | 74961357ab07bc01f62e5038ed13f142487f4024 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Tue Apr 21 13:57:18 2015 -0500 |
committer | Simon Glass <sjg@chromium.org> | Tue May 05 20:58:18 2015 -0600 |
tree | 8e7c974481e3b8979f76a8f687c09bd04b4b6529 | |
parent | f225b4905425632ac790896608062f5f37e8f7d2 [diff] |
sandbox: Add test function to advance time Add a function that maintains an offset to include in the system timer values returned from the lib/time.c APIs. This will allow timeouts to be skipped instantly in tests Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>