summaryrefslogtreecommitdiff
path: root/tests/read_unaligned.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add read_unaligned testcaseMark Wielaard2020-10-301-0/+564
Run tests/read_unaligned 1 on a big endian and little endian machine to generate the le_mem and be_mem arrays. The one byte variants are kind of impossible to get wrong, but including them makes sure the other variants are not naturally aligned in memory. Signed-off-by: Mark Wielaard <mark@klomp.org>