commit | 0aac10f2f9e59bb0e717de25a2e717f3d387ea60 | [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 | 1f0fe88db11ebf99f860504bf4132fb97740504c [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>