libc: add memset tests

memset is implemented in a more optimised fashion than the other memory
related functions, so deserves some more scrutiny by a unit test.

Add some tests that test corner cases like zero-length and unaligned
start and lengths, verifying the buffer content afterwards.

Change-Id: I3135b8656b5829e1ba623e54a78af5267ae501a5
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2 files changed