]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit060ed3af08e7c96658a168245804c5a37cb739d2
tree3c47d0a2dc23cf15d186c3d866e9f4a3f1a4ca0f
parente9207efb76612c03feecc014234234b49df2ddee
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