
6 Feb
2016
6 Feb
'16
9:29 p.m.
On 2 February 2016 at 13:41, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@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 swarren@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 sjg@chromium.org Tested on sandbox: Tested-by: Simon Glass sjg@chromium.org