aboutsummaryrefslogtreecommitdiffstats
path: root/main/cmocka
Commit message (Collapse)AuthorAgeFilesLines
* main/cmocka: __WORDSIZE definition on s390xTuan M. Hoang2017-04-202-1/+16
| | | | There should be a more elegant solution for this but it would work fine
* main/cmocka: fix build and check on ppc64leBreno Leitao2017-03-312-4/+48
| | | | | | | | Currently cmocka fails to build on ppc64le due to a redefinition for uintptr_t. This is declared at Musl and redeclared by cmocka. This patch check if uintptr_t was not defined by MUSL before re-defining it.
* main/cmocka: disable on aarch64Leonardo Arena2017-03-271-2/+2
|
* main/cmocka: enable for aarch64Leonardo Arena2017-03-271-2/+2
|
* main/cmocka: move from testingValery Kartel2017-03-271-0/+40