summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-05-20 14:27:30 -0500
committerTom Rini <trini@konsulko.com>2015-05-21 09:16:17 -0400
commitc812f722f8bdf2785cfebf4fd272afe2117d6469 (patch)
tree97b5cdb8f918817b4011e5d7c6e04cf5f3d913dd /test/Makefile
parent40441e0bd34425994c6feb7a3e78fa84b23d7244 (diff)
downloadtalos-obmc-uboot-c812f722f8bdf2785cfebf4fd272afe2117d6469.tar.gz
talos-obmc-uboot-c812f722f8bdf2785cfebf4fd272afe2117d6469.zip
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>
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 3d9968c76d..0f5de57399 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -8,4 +8,4 @@ obj-$(CONFIG_UNIT_TEST) += cmd_ut.o
obj-$(CONFIG_UNIT_TEST) += ut.o
obj-$(CONFIG_SANDBOX) += command_ut.o
obj-$(CONFIG_SANDBOX) += compression.o
-obj-$(CONFIG_CMD_UT_TIME) += time_ut.o
+obj-$(CONFIG_UT_TIME) += time_ut.o
OpenPOWER on IntegriCloud