test/test.h


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 52ee5476 2021-02-19T07:13:51 Declare local functions as static Warned-by: gcc
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.