]> sigrok.org Git - libsigrok.git/commit
tests: extend endianess conversion tests to also cover inline routines
authorGerhard Sittig <redacted>
Wed, 27 May 2020 17:53:09 +0000 (19:53 +0200)
committerGerhard Sittig <redacted>
Fri, 29 May 2020 04:12:33 +0000 (06:12 +0200)
commitd770bfbbbc6af16b5ba878a97e420e5a82a88557
tree535dfaeed5ffc77f1b75ee51fc9ad9b6fdce295d
parent080b6bcf095745725a2909a26943fca53c66d362
tests: extend endianess conversion tests to also cover inline routines

Cover the recently introduced inline routines which back the preprocessor
macros for endianess conversion. Add test sequences for read and write
routines for different data types of different sizes, different endianess
formats and signedness, and include those routines which increment the
read/write position.
tests/conv.c