test: compression: Convert to unit test framework
authorSimon Glass <sjg@chromium.org>
Sat, 25 Nov 2017 18:57:33 +0000 (11:57 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 4 Dec 2017 14:58:20 +0000 (09:58 -0500)
commit0aac10f2f9e59bb0e717de25a2e717f3d387ea60
tree3c47d0a2dc23cf15d186c3d866e9f4a3f1a4ca0f
parent1f0fe88db11ebf99f860504bf4132fb97740504c
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>
include/test/compression.h [new file with mode: 0644]
include/test/suites.h
test/cmd_ut.c
test/compression.c