test: add function for checking config.h in tests

This commit is contained in:
Miroslav Lichvar
2018-09-26 17:29:23 +02:00
parent 31b1f2e8a1
commit 3e876d4218
5 changed files with 10 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ EOF
keys=4
if grep -q 'FEAT_SECHASH 1' ../../config.h; then
if check_config_h 'FEAT_SECHASH 1'; then
hashes="MD5 SHA1 SHA256 SHA384 SHA512"
else
hashes="MD5"