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)
commit15995ac3f4840ca14340cadd45a1736bb3747893
tree4e2a6a2ac57a8d21b372c004b18b4d42c799fdca
parent05115abe8df178638c2078aa11028ed31aab0b77
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]