]> git.ipfire.org Git - people/ms/u-boot.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)
commitac206a0f4ebc2b6b8961dcaa03c4b2366ce10d83
treef638992e09192231c8949a415852985d7f829c28
parent86b54ece82e2e175d705075418fbb57d84074345
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