commit | f77a635c8439ef59be0e9bf97715e3d48927e8cc | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 30 07:53:31 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 09 07:50:53 2019 -0500 |
tree | 39c36f8509e08b5463e09d6aa7dfadef8492204d | |
parent | 09bdfc1986d9ca302c35228f58127770d5c8836c [diff] |
test: provide unit test for memory functions Memory functions may have architecture specific implementations. These should be tested. Provide unit tests for memset(), memcpy(), memmove(). Provide a 'ut lib' sub-command to execute the tests. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>