cmocka/src
Jakub Czapiga f9e5b1fa3b treewide: Use bool intead of int wherever possible
Use boolean type instead of integer to return logical values. This
ensures correct values handling and reduction in confusion for
developers.

TEST=mkdir obj ; ( cd obj && cmake --DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DPICKY_DEVELOPER=ON DUNIT_TESTING=ON .. && make -j \
&& ctest --output-on-failure )

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2024-02-12 15:57:02 +01:00
..
CMakeLists.txt cmake: enable WINDOWS_EXPORT_ALL_SYMBOLS 2023-08-01 10:58:03 +02:00
cmocka.c treewide: Use bool intead of int wherever possible 2024-02-12 15:57:02 +01:00