Re: [U-Boot] [PATCH v2 12/19] test: Generalize the unit test framework

2015-04-30 Thread Simon Glass
On 28 April 2015 at 23:50, Joe Hershberger wrote: > Separate the ability to define tests and assert status of test functions > from the dm tests so they can be used more consistenly throughout all > tests. > > Signed-off-by: Joe Hershberger > --- > > Changes in v2: > -New for version 2 > > inclu

[U-Boot] [PATCH v2 12/19] test: Generalize the unit test framework

2015-04-28 Thread Joe Hershberger
Separate the ability to define tests and assert status of test functions from the dm tests so they can be used more consistenly throughout all tests. Signed-off-by: Joe Hershberger --- Changes in v2: -New for version 2 include/dm/test.h | 35 +- include/test/test.h