diff options
Diffstat (limited to 'tests/crypt/run-test.c')
-rw-r--r-- | tests/crypt/run-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/crypt/run-test.c b/tests/crypt/run-test.c index 42f52d1fce2d..91cc89830305 100644 --- a/tests/crypt/run-test.c +++ b/tests/crypt/run-test.c @@ -33,6 +33,8 @@ int main(void) if (test_hmac_md5()) r = -1; + if (test_sha256()) + r = -1; return r; } |