SHA3 cannot be tested alone, as ENTROPY_C needs also SHA256 enabled.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
diff --git a/tests/scripts/depends.py b/tests/scripts/depends.py
index 52ca412..83401ec 100755
--- a/tests/scripts/depends.py
+++ b/tests/scripts/depends.py
@@ -418,7 +418,8 @@
'hashes': DualDomain(hash_symbols, build_and_test,
exclude=r'MBEDTLS_(MD|RIPEMD|SHA1_)' \
'|MBEDTLS_SHA224_' \
- '|MBEDTLS_SHA384_'),
+ '|MBEDTLS_SHA384_' \
+ '|MBEDTLS_SHA3_'),
# Key exchange types.
'kex': ExclusiveDomain(key_exchange_symbols, build_and_test),
'pkalgs': ComplementaryDomain(['MBEDTLS_ECDSA_C',