Skip to content

Commit

Permalink
[#197] Added missing call to UTEST_MAIN()
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Jul 22, 2024
1 parent 15c0364 commit 3d29e52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/unit/ut_aes_gcm_siv.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ UTEST(AES_GCM_SIV, GET_ECS_ALGO_KEY_LEN_SIV)
uint8_t crypto_algo = CRYPTO_CIPHER_AES256_GCM_SIV;
algo_keylen = Crypto_Get_ACS_Algo_Keylen(crypto_algo);
ASSERT_EQ(algo_keylen, 32);
}
}

UTEST_MAIN();

0 comments on commit 3d29e52

Please sign in to comment.