test

Branch


Log

Author Commit Date CI Message
Guillem Jover 054bca1a 2023-04-11T00:19:46 build: Terminate lists in variables with «# EOL» This means we can add a trailing «\» to every element, so that they can be removed without requiring modification of other lines, and can be easily sorted. Replace the old usage of $(nil) which could possibly end up with junk added if such variable is ever defined, in the environment.
Guillem Jover a677e686 2023-04-06T20:37:41 test: Add a new test_eq() helper function
Guillem Jover 84d269e8 2023-04-06T20:37:41 test: Add cases for SHA224 and SHA512-256
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