commit | 1edaed0af5bffc58cd540632d49782e9f4c6d6bf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 25 11:57:33 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 04 09:58:20 2017 -0500 |
tree | 3c47d0a2dc23cf15d186c3d866e9f4a3f1a4ca0f | |
parent | 71861678be30f70cb34b844af4f156e7e70ec913 [diff] |
test: compression: Convert to unit test framework Adjust this test to use the unit test framework. Drop the two existing commands for running the tests and replace them with a single 'ut compression' command, with sub-commands. Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Continue to have ret = run_test_internal(...) in run_test so ret is always initialized] Signed-off-by: Tom Rini <trini@konsulko.com>