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

This commit is contained in:
Vladimir Serbinenko 2013-11-12 01:18:27 +01:00
parent a1ef7718c9
commit a388e25576
4 changed files with 70 additions and 0 deletions

View file

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