summaryrefslogtreecommitdiffstats
path: root/test/dm/Kconfig
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-05-20 14:27:27 -0500
committerTom Rini <trini@konsulko.com>2015-05-21 09:16:16 -0400
commite721b882e9daf3ad3599eef5a9ccf3847b694228 (patch)
treed92fadcb65548e6ed19c60d4dfa27ecc80c3778c /test/dm/Kconfig
parent6e0d26c0502e4d697cb235069aef188f8f1407d3 (diff)
downloadtalos-obmc-uboot-e721b882e9daf3ad3599eef5a9ccf3847b694228.tar.gz
talos-obmc-uboot-e721b882e9daf3ad3599eef5a9ccf3847b694228.zip
test: Generalize the unit test framework
Separate the ability to define tests and assert status of test functions from the dm tests so they can be used more consistently throughout all tests. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/Kconfig')
-rw-r--r--test/dm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Kconfig b/test/dm/Kconfig
index a9d0298e0d..3ca154fcc5 100644
--- a/test/dm/Kconfig
+++ b/test/dm/Kconfig
@@ -1,6 +1,7 @@
config DM_TEST
bool "Enable driver model test command"
depends on SANDBOX && CMD_DM
+ select UNIT_TEST
help
This enables the 'dm test' command which runs a series of unit
tests on the driver model code. Each subsystem (uclass) is tested.
OpenPOWER on IntegriCloud