diff options
| author | Joe Hershberger <[email protected]> | 2015-05-20 14:27:30 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-05-21 09:16:17 -0400 |
| commit | c812f722f8bdf2785cfebf4fd272afe2117d6469 (patch) | |
| tree | 97b5cdb8f918817b4011e5d7c6e04cf5f3d913dd /configs | |
| parent | 40441e0bd34425994c6feb7a3e78fa84b23d7244 (diff) | |
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 <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/sandbox_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index e69f1475c4b..7b5ef2bc368 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -37,5 +37,5 @@ CONFIG_USB_EMUL=y 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 |
