Searched hist:cc156f3fc0b2a8cb6dbb529ada54ba1a902e2019 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_hush_if_test.py | cc156f3fc0b2a8cb6dbb529ada54ba1a902e2019 Fri Jan 15 18:15:29 UTC 2016 Stephen Warren <swarren@nvidia.com> test/py: test the shell if command
Migrate all most tests from command_ut.c into the Python test system. This allows the tests to be run against any U-Boot binary that supports the if command (i.e. where hush is enabled) without requiring that binary to be permanently bloated with the code from command_ut.
Some tests in command_ut.c can only be executed from C code, since they test internal (more unit-level) features of various U-Boot APIs. The migrated tests can all operate directly from the U-Boot console.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
|
| /rk3399_rockchip-uboot/test/ |
| H A D | command_ut.c | cc156f3fc0b2a8cb6dbb529ada54ba1a902e2019 Fri Jan 15 18:15:29 UTC 2016 Stephen Warren <swarren@nvidia.com> test/py: test the shell if command
Migrate all most tests from command_ut.c into the Python test system. This allows the tests to be run against any U-Boot binary that supports the if command (i.e. where hush is enabled) without requiring that binary to be permanently bloated with the code from command_ut.
Some tests in command_ut.c can only be executed from C code, since they test internal (more unit-level) features of various U-Boot APIs. The migrated tests can all operate directly from the U-Boot console.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
|