diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2015-05-20 14:27:31 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-21 09:16:17 -0400 |
commit | feb384725097cf00c22690a2298e653b9b62fb70 (patch) | |
tree | 752796995dc5f438f44cbdd8aa323ac6ebf519a8 /configs/sandbox_defconfig | |
parent | c812f722f8bdf2785cfebf4fd272afe2117d6469 (diff) |
test: Move the unit tests to their own menu
Make all unit tests selectable as a menu of test suites instead of just
sitting in the top-level menu individually.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 7b5ef2bc368..25980173fef 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -37,5 +37,6 @@ CONFIG_USB_EMUL=y CONFIG_USB_STORAGE=y CONFIG_DM_RTC=y CONFIG_ERRNO_STR=y +CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y |