]> git.baikalelectronics.ru Git - uboot.git/commit
test: mux-cmd: Add tests for the 'mux' command
authorPratyush Yadav <p.yadav@ti.com>
Fri, 16 Oct 2020 10:46:36 +0000 (16:16 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 28 Oct 2020 15:49:31 +0000 (11:49 -0400)
commit8bbf8de2cbd2afb66dda9754aaa647b0e52e5dba
tree4e2a6a2ac57a8d21b372c004b18b4d42c799fdca
parent875897bb70e1580f1ca283cbb27466dcf7061cc2
test: mux-cmd: Add tests for the 'mux' command

Tests tests run the three mux subcommands: list, select, and deselect,
and verify that the commands do what we expect.

Signed-off-by: Pratyush Yadav <p.yadav@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sandbox_defconfig
test/dm/Makefile
test/dm/mux-cmd.c [new file with mode: 0644]