Re: [U-Boot] [PATCH 1/2] test: Add a simple time test

2015-05-06 Thread Simon Glass
On 2 May 2015 at 09:32, Simon Glass wrote: > +Masahiro > > > On 2 May 2015 at 09:25, Simon Glass wrote: >> Sometimes the time functions are incorrect due to bad time support on a >> board. Add a unit test which tries to detect this. >> >> Signed-off-by: Simon Glass >> --- >> >> test/Kconfig |

Re: [U-Boot] [PATCH 1/2] test: Add a simple time test

2015-05-02 Thread Simon Glass
+Masahiro On 2 May 2015 at 09:25, Simon Glass wrote: > Sometimes the time functions are incorrect due to bad time support on a > board. Add a unit test which tries to detect this. > > Signed-off-by: Simon Glass > --- > > test/Kconfig | 8 > test/Makefile | 1 + > test/time_ut.c | 1

[U-Boot] [PATCH 1/2] test: Add a simple time test

2015-05-02 Thread Simon Glass
Sometimes the time functions are incorrect due to bad time support on a board. Add a unit test which tries to detect this. Signed-off-by: Simon Glass --- test/Kconfig | 8 test/Makefile | 1 + test/time_ut.c | 137 + 3 files ch