* grub-core/tests/pbkdf2_test.c: New test.
This commit is contained in:
parent
2def66169e
commit
41f26e0ebc
4 changed files with 107 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue