libfprint/tests
Benjamin Berg ae285e790d tests: Fix image writing on big endian
The code tried to only write the RGB bytes of FORMAT_RGB24, however, the
in-memory layout is different on big-endian which would result in the
wrong bytes being written.

Fix this by simply also writing the byte we do not care about.
2019-12-04 13:23:08 +01:00
..
synaptics synaptics: Put sensor into lower power mode after closing 2019-11-20 13:53:45 +01:00
vfs5011 assembling: Use fixed point for image assembly 2019-11-28 20:41:45 +00:00
capture.py tests: Fix image writing on big endian 2019-12-04 13:23:08 +01:00
meson.build tests: Use a loop for generating drivers tests and use suites 2019-11-27 21:40:44 +01:00
README-umockdev tests: Add testing to the synaptics driver 2019-11-20 13:53:45 +01:00
umockdev-test.py tests: Fix endianness issue in test suite 2019-11-28 20:41:45 +00:00
valgrind-python.supp tests: Add setup mode to run tests using valgrind 2019-11-27 21:40:43 +01:00
virtual-image.py virtual-image: Re-run the test using the defined wrapper if any 2019-11-27 21:40:43 +01:00