Re: [U-Boot] [PATCH V2 2/2] test/py: run all "ut" subtests

2016-02-06 Thread Simon Glass
On 2 February 2016 at 13:41, Stephen Warren wrote: > From: Stephen Warren > > Invoke each "ut"-based unit test as a separate pytest. > > Now that the DM unit test runs under test/py, remove the manual shell > script that invokes it. > > Signed-off-by: Stephen Warren > --- > v2: > - Only run "ut"

[U-Boot] [PATCH V2 2/2] test/py: run all "ut" subtests

2016-02-02 Thread Stephen Warren
From: Stephen Warren Invoke each "ut"-based unit test as a separate pytest. Now that the DM unit test runs under test/py, remove the manual shell script that invokes it. Signed-off-by: Stephen Warren --- v2: - Only run "ut"-based tests, not other C-based tests which haven't been converted to