commit | 909bd6d9729cb0c6ba6b80cdc283bbd3e1e12770 | [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 | 905e8f9e53766e606bd4a0ed46d804889e613f32 [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>