]> git.baikalelectronics.ru Git - uboot.git/commit
dm: phy: Update tests to use ut_asserteq()
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:09:45 +0000 (20:09 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2017 13:03:14 +0000 (07:03 -0600)
commitf67341544e3e97d089de6bad85f5fb617bc20ea8
treef638992e09192231c8949a415852985d7f829c28
parentb5db79d69e241f78d71f38b31cf1bcc0c3ac4877
dm: phy: Update tests to use ut_asserteq()

Use ut_asserteq() to test equality since this gives a better error message
on failure. Also make a few of the tests more specific.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/phy.c