FreeRDP/winpr/libwinpr/crt/test
Ondrej Holy 1903537f09 winpr/crt: Make TestUnicodeConversion endian-independent
Half of the tests expects strings in little endian byte order, half of
the tests expects byte order based on a current architecture, so it
obviously can't work on big endian machines. Wide char strings use
always little endian encoding since commit f722dc5. Use only strings
in little endian to make the tests endian-independent.
2016-06-02 11:13:36 +02:00
..
.gitignore libwinpr-crt: add tests for memory aligned allocation functions 2012-10-01 19:10:00 -04:00
CMakeLists.txt winpr: add intrin.h 2015-05-26 16:41:29 +02:00
TestAlignment.c Fixed warnings for 32 bit builds 2013-03-15 22:49:25 +01:00
TestString.c Fixed warnings for 32 bit builds 2013-03-15 22:49:25 +01:00
TestTypes.c libwinpr-smartcard: fix usage of native data types 2014-04-25 18:49:57 -04:00
TestUnicodeConversion.c winpr/crt: Make TestUnicodeConversion endian-independent 2016-06-02 11:13:36 +02:00