test


Log

Author Commit Date CI Message
Guillem Jover e50a6db8 2021-02-19T23:58:37 test: Fix pointer type sign mismatch in DEF_TEST_DIGEST() macro Warned-by: gcc
Guillem Jover b7d06e0d 2021-02-19T23:56:07 Fix signedness type mismatch comparisons Change the variable type or use a cast. Warned-by: gcc
Guillem Jover 6cedc159 2021-02-19T07:14:15 Fix main() function prototype Warned-by: gcc
Guillem Jover 52ee5476 2021-02-19T07:13:51 Declare local functions as static Warned-by: gcc
Guillem Jover f23a2145 2018-10-06T03:46:51 Add compatibility with Aladdin Enterprises MD5 implementation This will be guarded by a LIBMD_MD5_ALADDIN macro check, to avoid polluting the namespace by unsuspecting code. The macro can always be defined unconditionally, and the guard could even potentially be removed in the future if required. Prompted-by: Yangfl <mmyangfl@gmail.com> Ref: https://bugs.debian.org/909116
Guillem Jover cf9ac150 2018-10-06T04:33:02 test: Refactor and extend message digest testing Generate the base test function with a maro, because all of them follow the same pattern. And extend it by covering more of the API.
Guillem Jover c3c8d859 2017-06-01T02:43:22 build: Drop GCC specific compiler flag -include Instead, explicitly include <config.h> in library and test source files for increased portability. Based-on-patch-by: Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
Guillem Jover 79b3a0b7 2011-05-29T04:48:16 build: Add build infrastructure