* grub-core/tests/pbkdf2_test.c: New test.

This commit is contained in:
Vladimir Serbinenko 2013-11-12 01:51:36 +01:00
parent 2def66169e
commit 41f26e0ebc
4 changed files with 107 additions and 0 deletions

View file

@ -1916,6 +1916,11 @@ module = {
common = tests/xnu_uuid_test.c;
};
module = {
name = pbkdf2_test;
common = tests/pbkdf2_test.c;
};
module = {
name = div_test;
common = tests/div_test.c;