team-charls/charls

Decoding\Encoding fails on IBM s390x CPU (Big Endian architecture)

vbaderks opened this issue · 4 comments

Decoding\Encoding fails on IBM s390x CPU (Big Endian architecture)

@vbaderks do you want to run some kind of unit test(s) in Debian ? I could not find no equivalent to a simple make test.

Currently no tests are being run:

Thanks

At the moment all the unit tests are based on the Microsoft unit test framework. There is an open issue (#52) to convert this to a framework that can run on all platforms. The windows build runs these unit tests.
The tool charlstest, can also execute tests (option -unittest), but is at the moment not connected to (c)make test.
I have interactive access to a s390x VM at the moment, so I can run the tests.

Resolved with 461df4b

For reference:

1057bd2 is the first bad commit