From: Gerhard Sittig Date: Wed, 27 May 2020 17:53:09 +0000 (+0200) Subject: tests: extend endianess conversion tests to also cover inline routines X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=d770bfbbbc6af16b5ba878a97e420e5a82a88557;hp=d770bfbbbc6af16b5ba878a97e420e5a82a88557;p=libsigrok.git 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. ---