- Added test for self_test()

This commit is contained in:
Paul Bakker 2009-07-05 11:29:38 +00:00
parent 0a083c2a12
commit 3d36082a8d
6 changed files with 29 additions and 0 deletions

View file

@ -166,3 +166,9 @@ aes_decrypt_cfb128:hex_key_string:hex_iv_string:hex_src_string:hex_dst_string
}
END_CASE
BEGIN_CASE
aes_selftest:
{
TEST_ASSERT( aes_self_test( 0 ) == 0 );
}
END_CASE