aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cmocka/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* testing/cmocka: disable on aarch64 due to build errorJakub Jirutka2016-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | [ 1%] Building C object src/CMakeFiles/cmocka_shared.dir/cmocka.c.o [ 3%] Building C object src/CMakeFiles/cmocka_static.dir/cmocka.c.o In file included from /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/src/cmocka.c:61:0: /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/include/cmocka.h:126:28: error: conflicting types for 'uintptr_t' typedef unsigned int uintptr_t; ^~~~~~~~~ In file included from /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/src/cmocka.c:61:0: /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/include/cmocka.h:126:28: error: conflicting types for 'uintptr_t' typedef unsigned int uintptr_t; ^~~~~~~~~ In file included from /usr/include/stdint.h:20:0, from /usr/include/inttypes.h:9, from /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/src/cmocka.c:27: /usr/include/bits/alltypes.h:109:24: note: previous declaration of 'uintptr_t' was here typedef unsigned _Addr uintptr_t; ^~~~~~~~~ In file included from /usr/include/stdint.h:20:0, from /usr/include/inttypes.h:9, from /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/src/cmocka.c:27: /usr/include/bits/alltypes.h:109:24: note: previous declaration of 'uintptr_t' was here typedef unsigned _Addr uintptr_t;
* testing/cmocka: remove unused cmake variablesJakub Jirutka2016-10-021-2/+0
|
* testing/cmocka: new aportJakub Jirutka2016-10-021-0/+39
https://cmocka.org/ An elegant unit testing framework for C with support for mock objects