Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Add read_unaligned testcase | Mark Wielaard | 2020-10-30 | 1 | -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> |