commit | 217293e399148e704d6c318b19b1f69959831f7b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 25 20:38:29 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:18 2020 -0600 |
tree | bacd12ae3bdd11997d04694a361c8c6f2badb699 | |
parent | b25ff5cbaaaa7f144eb6e087b4bdd7362c58029d [diff] |
dm: test: Add a very simple of-platadata test At present we have a pytest that covers of-platadata. Add a very simple unit test that just checks that a device can be found. This shows the ability to write these tests in C. Signed-off-by: Simon Glass <sjg@chromium.org>