On 2 February 2016 at 13:41, Stephen Warren <[email protected]> wrote:
> From: Stephen Warren <[email protected]>
>
> 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 <[email protected]>
> ---
> 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 <[email protected]>
Tested on sandbox:
Tested-by: Simon Glass <[email protected]>
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to