commit | 22fd93176f9eca0ee38954e233826d05fdb31b0f | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Thu Apr 16 11:46:02 2020 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Fri Apr 24 13:28:47 2020 +0100 |
tree | f0e6908e1804a1943a56a445ebec861f31a967d6 | |
parent | 563b710ddc13810bd89fc17f057f4f7f8479e744 [diff] |
string: test cleanups Tests printed too much output on broken string function and the output was not entirely useful. Added a new header file with some common logic for printing buffers nicely. In str* tests len now means string length (not buffer size which was confusing).