Re: [U-Boot] [PATCH v5 23/26] test: env: Add test framework for env

2015-05-23 Thread Tom Rini
On Wed, May 20, 2015 at 02:27:36PM -0500, Joe Hershberger wrote: > Add a new "env" subcommand to the ut command. > > This will run unit tests on the env code. This should be targetable to > any device that supports the env features needed for the tests. > > Signed-off-by: Joe Hershberger > Revi

[U-Boot] [PATCH v5 23/26] test: env: Add test framework for env

2015-05-20 Thread Joe Hershberger
Add a new "env" subcommand to the ut command. This will run unit tests on the env code. This should be targetable to any device that supports the env features needed for the tests. Signed-off-by: Joe Hershberger Reviewed-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3