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

This commit is contained in:
Vladimir Serbinenko 2013-11-12 16:05:57 +01:00
parent 431e57a797
commit 61c22fdf36
5 changed files with 391 additions and 0 deletions

View file

@ -1911,6 +1911,11 @@ module = {
common = tests/setjmp_test.c;
};
module = {
name = signature_test;
common = tests/signature_test.c;
};
module = {
name = xnu_uuid_test;
common = tests/xnu_uuid_test.c;