]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Allow driver model tests only for sandbox
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jun 2014 05:29:50 +0000 (23:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Jun 2014 17:55:52 +0000 (11:55 -0600)
commitb6a49a7ae71755396a2fa1e6dbde1ae3064d256f
treef8d1e24e4e2fedab483e528d3063bb4e12b43372
parent89876a55a62f495302e2fd76094e45a65ca188b2
dm: Allow driver model tests only for sandbox

The GPIO tests require the sandbox GPIO driver, so cannot be run on other
platforms. Similarly for the 'dm test' command.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/Makefile
test/dm/cmd_dm.c