]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/cmd: Make some "ut dm" tests only available on sandbox
authorTom Rini <trini@konsulko.com>
Mon, 28 Oct 2024 16:48:42 +0000 (10:48 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 29 Oct 2024 22:17:47 +0000 (16:17 -0600)
commita87884f880744ae564d36faffb22079f74e440a0
tree95b33d5a58841c463021dc35a3b196ea2b841a13
parent35d643018cae11e22a2d1e5b658acfd8900557c5
test/cmd: Make some "ut dm" tests only available on sandbox

Currently, the "dm" suite in unit tests (ut) is only available on
sandbox. Make sure that all cmd tests that are part of this suite are
only available on sandbox and not attempted to be run on hardware (where
it will fail to be able to be started).

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
test/cmd/Makefile