On 2 February 2016 at 13:41, Stephen Warren <swar...@wwwdotorg.org> wrote: > From: Stephen Warren <swar...@nvidia.com> > > 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 <swar...@nvidia.com> > --- > v2: > - Only run "ut"-based tests, not other C-based tests which haven't been > converted to run under "ut". > - Rely on the build process having run objdump; don't run it from the > test system. > --- > test/dm/test-dm.sh | 16 -------- > test/py/conftest.py | 103 > ++++++++++++++++++++++++++++++++++++----------- > test/py/tests/test_ut.py | 29 +++++++++++++ > 3 files changed, 108 insertions(+), 40 deletions(-) > delete mode 100755 test/dm/test-dm.sh > create mode 100644 test/py/tests/test_ut.py
Acked-by: Simon Glass <s...@chromium.org> Tested on sandbox: Tested-by: Simon Glass <s...@chromium.org> _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot