commit | c812f722f8bdf2785cfebf4fd272afe2117d6469 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed May 20 14:27:30 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu May 21 09:16:17 2015 -0400 |
tree | 97b5cdb8f918817b4011e5d7c6e04cf5f3d913dd | |
parent | 40441e0bd34425994c6feb7a3e78fa84b23d7244 [diff] [blame] |
test: dm: Move the time test over to the ut command Unify the command for running unit tests further by moving the "ut_time" command over to "ut time". Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index e69f147..7b5ef2b 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -37,5 +37,5 @@ CONFIG_USB_STORAGE=y CONFIG_DM_RTC=y CONFIG_ERRNO_STR=y -CONFIG_CMD_UT_TIME=y +CONFIG_UT_TIME=y CONFIG_UT_DM=y